summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-27 19:14:45 +0100
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-27 19:14:45 +0100
commit8768a057534b91e463f428fb91f301325110415c (patch)
treeca4f378ce320a1dea4db8a547d66691231c88333 /g4f/models.py
parentUpdate (g4f/Provider/Blackbox.py) (diff)
downloadgpt4free-8768a057534b91e463f428fb91f301325110415c.tar
gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.gz
gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.bz2
gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.lz
gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.xz
gpt4free-8768a057534b91e463f428fb91f301325110415c.tar.zst
gpt4free-8768a057534b91e463f428fb91f301325110415c.zip
Diffstat (limited to 'g4f/models.py')
-rw-r--r--g4f/models.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/g4f/models.py b/g4f/models.py
index 1bea9eec..32a12d10 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -42,9 +42,6 @@ from .Provider import (
NexraBing,
NexraBlackbox,
NexraChatGPT,
- NexraChatGPT4o,
- NexraChatGptV2,
- NexraChatGptWeb,
NexraDallE,
NexraDallE2,
NexraEmi,
@@ -140,7 +137,7 @@ gpt_35_turbo = Model(
gpt_4o = Model(
name = 'gpt-4o',
base_provider = 'OpenAI',
- best_provider = IterListProvider([NexraChatGPT4o, Blackbox, ChatGptEs, AmigoChat, DarkAI, Editee, GizAI, Airforce, Liaobots, OpenaiChat])
+ best_provider = IterListProvider([NexraChatGPT, Blackbox, ChatGptEs, AmigoChat, DarkAI, Editee, GizAI, Airforce, Liaobots, OpenaiChat])
)
gpt_4o_mini = Model(
@@ -158,7 +155,7 @@ gpt_4_turbo = Model(
gpt_4 = Model(
name = 'gpt-4',
base_provider = 'OpenAI',
- best_provider = IterListProvider([Chatgpt4Online, Ai4Chat, NexraBing, NexraChatGPT, NexraChatGptV2, NexraChatGptWeb, Airforce, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
+ best_provider = IterListProvider([Chatgpt4Online, Ai4Chat, NexraBing, NexraChatGPT, Airforce, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
)
# o1