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

XFEstudio/gpt4free

Update integration.py

7d0197dc
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified etc/unittest/integration.py +0 -1
@@ -19,7 +19,6 @@ class TestProviderIntegration(unittest.TestCase):
19 19 self.skipTest("nest_asyncio is not installed")
20 20
21 21 def test_bing(self):
22 self.skipTest("Not stable")
23 22 client = Client(provider=Bing)
24 23 response = client.chat.completions.create(DEFAULT_MESSAGES, "", response_format={"type": "json_object"})
25 24 self.assertIsInstance(response, ChatCompletion)