summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,