summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBagus Indrayana <bagusindrayanaindo@gmail.com>2023-07-11 19:16:45 +0200
committerBagus Indrayana <bagusindrayanaindo@gmail.com>2023-07-11 19:16:45 +0200
commit45787b4f0d0efeb72681c58ae3c350168b867752 (patch)
tree01309329afb7e1efa7175bb116814cdd33e90c7b
parentupdate readme (diff)
downloadgpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar.gz
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar.bz2
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar.lz
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar.xz
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.tar.zst
gpt4free-45787b4f0d0efeb72681c58ae3c350168b867752.zip
-rw-r--r--testing/binghuan/testing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/binghuan/testing.py b/testing/binghuan/testing.py
index 2c510914..2db0b427 100644
--- a/testing/binghuan/testing.py
+++ b/testing/binghuan/testing.py
@@ -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,