返回提交历史
Modified
etc/unittest/integration.py
+0
-1
XFEstudio/gpt4free
Update integration.py
7d0197dc
代码差异
1 个文件
+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)