summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 19:33:14 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 19:33:14 +0200
commit8f85553a5949d35e9e3a0f0fe77d9d131c825b23 (patch)
treee1a104833fa1f0fa57e3f7c098dd9ab20c79f5c8 /g4f/models.py
parentAdd files via upload (diff)
downloadgpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar.gz
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar.bz2
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar.lz
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar.xz
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.tar.zst
gpt4free-8f85553a5949d35e9e3a0f0fe77d9d131c825b23.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 9b73d475..d7800c76 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -104,7 +104,6 @@ default = Model(
AmigoChat,
ChatifyAI,
Cloudflare,
- Ai4Chat,
Editee,
AiMathGPT,
])
@@ -151,7 +150,7 @@ gpt_4_turbo = Model(
gpt_4 = Model(
name = 'gpt-4',
base_provider = 'OpenAI',
- best_provider = IterListProvider([NexraChatGPT, NexraChatGptV2, NexraChatGptWeb, Ai4Chat, Airforce, Chatgpt4Online, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
+ best_provider = IterListProvider([Chatgpt4Online, Ai4Chat, NexraChatGPT, NexraChatGptV2, NexraChatGptWeb, Airforce, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
)
# o1