diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-20 20:11:09 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-20 20:11:09 +0200 |
commit | db00480153283a3bf76e6398fd7240e943cf15bb (patch) | |
tree | 01b7677bfd51667e6b8bebe0ac72921aa48cba58 /etc/unittest/integration.py | |
parent | Improve cli argparser, Improve curl_cffi websocket support (diff) | |
download | gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar.gz gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar.bz2 gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar.lz gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar.xz gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.tar.zst gpt4free-db00480153283a3bf76e6398fd7240e943cf15bb.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/unittest/integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/unittest/integration.py b/etc/unittest/integration.py index 379f36b6..1f7fb000 100644 --- a/etc/unittest/integration.py +++ b/etc/unittest/integration.py @@ -19,6 +19,7 @@ class TestProviderIntegration(unittest.TestCase): self.skipTest("nest_asyncio is not installed") def test_bing(self): + self.skipTest("Not working") client = Client(provider=Bing) response = client.chat.completions.create(DEFAULT_MESSAGES, "", response_format={"type": "json_object"}) self.assertIsInstance(response, ChatCompletion) |