Skip to content

Commit

Permalink
Update integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 12, 2024
1 parent ddb015e commit 7d0197d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etc/unittest/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def setUp(self):
self.skipTest("nest_asyncio is not installed")

def test_bing(self):
self.skipTest("Not stable")
client = Client(provider=Bing)
response = client.chat.completions.create(DEFAULT_MESSAGES, "", response_format={"type": "json_object"})
self.assertIsInstance(response, ChatCompletion)
Expand Down

0 comments on commit 7d0197d

Please sign in to comment.