XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

update testing

45787b4f
Bagus Indrayana <bagusindrayanaindo@gmail.com>
提交于

代码差异

1 个文件 +2 -1
Modified testing/binghuan/testing.py +2 -1
@@ -9,6 +9,7 @@ response = ChatCompletion.create(model="gpt-3.5-turbo",
9 9 print(response)
10 10
11 11 # Test 2
12 # this prompt will return emoji in end of response
12 13 response = ChatCompletion.create(model="gpt-3.5-turbo",
13 14 provider="BingHuan",
14 15 stream=False,
@@ -17,7 +18,7 @@ response = ChatCompletion.create(model="gpt-3.5-turbo",
17 18 print(response)
18 19
19 20
20 Test 3
21 # Test 3
21 22 response = ChatCompletion.create(model="gpt-4",
22 23 provider="BingHuan",
23 24 stream=False,