diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 05:09:55 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 05:09:55 +0200 |
commit | 19944818724c98d2f06a10f619acf622ba0876ad (patch) | |
tree | d2c8889a24524895c026b6b8d2a428eacf37757e /g4f/Provider/Cohere.py | |
parent | Add dark mode config, slide system prompt (diff) | |
download | gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.gz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.bz2 gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.lz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.xz gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.tar.zst gpt4free-19944818724c98d2f06a10f619acf622ba0876ad.zip |
Diffstat (limited to '')
-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 |