diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 06:01:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 06:01:06 +0200 |
commit | 23b27cedf1f2d85d311a6e9a677c321b37719305 (patch) | |
tree | d2c8889a24524895c026b6b8d2a428eacf37757e /g4f/Provider/Cohere.py | |
parent | Merge pull request #1977 from hlohaus/leech (diff) | |
parent | Update model list / providers (diff) | |
download | gpt4free-0.3.1.6.tar gpt4free-0.3.1.6.tar.gz gpt4free-0.3.1.6.tar.bz2 gpt4free-0.3.1.6.tar.lz gpt4free-0.3.1.6.tar.xz gpt4free-0.3.1.6.tar.zst gpt4free-0.3.1.6.zip |
Diffstat (limited to 'g4f/Provider/Cohere.py')
-rw-r--r-- | g4f/Provider/Cohere.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Cohere.py b/g4f/Provider/Cohere.py index 4f9fd30a..eac04ab4 100644 --- a/g4f/Provider/Cohere.py +++ b/g4f/Provider/Cohere.py @@ -9,7 +9,7 @@ from .helper import format_prompt class Cohere(AbstractProvider): url = "https://cohereforai-c4ai-command-r-plus.hf.space" - working = True + working = False supports_gpt_35_turbo = False supports_gpt_4 = False supports_stream = True |