We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81cf5d7 commit 11cb4f1Copy full SHA for 11cb4f1
etc/unittest/integration.py
@@ -32,6 +32,7 @@ def test_duckduckgo(self):
32
self.assertIn("success", json.loads(response.choices[0].message.content))
33
34
def test_openai(self):
35
+ self.skipTest("not working in this network")
36
client = Client(provider=OpenaiChat)
37
response = client.chat.completions.create(DEFAULT_MESSAGES, "", response_format={"type": "json_object"})
38
self.assertIsInstance(response, ChatCompletion)
0 commit comments