diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-12 21:17:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 21:17:03 +0200 |
commit | 7d0197dc2e92b5b495359aa92fdb623b6ddbe5e1 (patch) | |
tree | 3e153b681a07354dbeb7befac95f06af3fb1094c /etc/unittest | |
parent | Update Bing.py (diff) | |
download | gpt4free-0.2.9.7.tar gpt4free-0.2.9.7.tar.gz gpt4free-0.2.9.7.tar.bz2 gpt4free-0.2.9.7.tar.lz gpt4free-0.2.9.7.tar.xz gpt4free-0.2.9.7.tar.zst gpt4free-0.2.9.7.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/unittest/integration.py | 1 |
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) |