update testing

This commit is contained in:
Bagus Indrayana 2023-07-12 01:16:45 +08:00
parent 1569b6c6da
commit 45787b4f0d
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ response = ChatCompletion.create(model="gpt-3.5-turbo",
print(response)
# Test 2
# this prompt will return emoji in end of response
response = ChatCompletion.create(model="gpt-3.5-turbo",
provider="BingHuan",
stream=False,
@ -17,7 +18,7 @@ response = ChatCompletion.create(model="gpt-3.5-turbo",
print(response)
Test 3
# Test 3
response = ChatCompletion.create(model="gpt-4",
provider="BingHuan",
stream=False,