From 8f85553a5949d35e9e3a0f0fe77d9d131c825b23 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Sun, 20 Oct 2024 20:33:14 +0300 Subject: update g4f/models.py g4f/Provider/Ai4Chat.py g4f/Provider/Chatgpt4Online.py --- g4f/models.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'g4f/models.py') 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 -- cgit v1.2.3