summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-12 21:17:03 +0200
committerGitHub <noreply@github.com>2024-04-12 21:17:03 +0200
commit7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1 (patch)
tree3e153b681a07354dbeb7befac95f06af3fb1094c
parentUpdate Bing.py (diff)
downloadgpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar.gz
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar.bz2
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar.lz
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar.xz
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.tar.zst
gpt4free-7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1.zip
-rw-r--r--etc/unittest/integration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/unittest/integration.py b/etc/unittest/integration.py
index d87a7f6b..14d0bf7b 100644
--- a/etc/unittest/integration.py
+++ b/etc/unittest/integration.py
@@ -19,7 +19,6 @@ class TestProviderIntegration(unittest.TestCase):
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)