From 45787b4f0d0efeb72681c58ae3c350168b867752 Mon Sep 17 00:00:00 2001 From: Bagus Indrayana Date: Wed, 12 Jul 2023 01:16:45 +0800 Subject: update testing --- testing/binghuan/testing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3