From 659e2f4ff08b46bdcc2420b705eac47da683a3a4 Mon Sep 17 00:00:00 2001 From: Bagus Indrayana Date: Wed, 12 Jul 2023 01:13:24 +0800 Subject: emojin encoding problem idk how to fix it --- testing/binghuan/testing.py | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'testing/binghuan/testing.py') diff --git a/testing/binghuan/testing.py b/testing/binghuan/testing.py index d10b0e96..6c84cfae 100644 --- a/testing/binghuan/testing.py +++ b/testing/binghuan/testing.py @@ -1,12 +1,14 @@ from BingHuan import ChatCompletion +# text = "Hello, this is Bing. I can help you find information on the web, generate content such as poems, stories, code, essays, songs, celebrity parodies and more. I can also help you with rewriting, improving, or optimizing your content. Is there anything specific you would like me to help you with? 😊" +# print(text.encode('utf-8')) -# Test 1 -response = ChatCompletion.create(model="gpt-3.5-turbo", - provider="BingHuan", - stream=False, - messages=[{'role': 'user', 'content': 'who are you?'}]) +# # Test 1 +# response = ChatCompletion.create(model="gpt-3.5-turbo", +# provider="BingHuan", +# stream=False, +# messages=[{'role': 'user', 'content': 'who are you?'}]) -print(response) +# print(response) # Test 2 response = ChatCompletion.create(model="gpt-3.5-turbo", @@ -18,13 +20,13 @@ print(response) # Test 3 -response = ChatCompletion.create(model="gpt-4", - provider="BingHuan", - stream=False, - messages=[ - {'role': 'user', 'content': 'now your name is Bob'}, - {'role': 'assistant', 'content': 'Hello Im Bob, you asistant'}, - {'role': 'user', 'content': 'what your name again?'}, - ]) +# response = ChatCompletion.create(model="gpt-4", +# provider="BingHuan", +# stream=False, +# messages=[ +# {'role': 'user', 'content': 'now your name is Bob'}, +# {'role': 'assistant', 'content': 'Hello Im Bob, you asistant'}, +# {'role': 'user', 'content': 'what your name again?'}, +# ]) -print(response) \ No newline at end of file +# print(response) \ No newline at end of file -- cgit v1.2.3