Skip to content

Commit

Permalink
Update g4f/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Nov 27, 2024
1 parent 23e2f8a commit e74b2fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
AmigoChat,
Blackbox,
ChatGpt,
Chatgpt4Online,
ChatGptEs,
Cloudflare,
Copilot,
DarkAI,
DDG,
DeepInfraChat,
Free2GPT,
FreeNetfly,
GigaChat,
Gemini,
GeminiPro,
Expand Down Expand Up @@ -100,7 +98,7 @@ def __all__() -> list[str]:
gpt_4o_mini = Model(
name = 'gpt-4o-mini',
base_provider = 'OpenAI',
best_provider = IterListProvider([DDG, ChatGptEs, FreeNetfly, Pizzagpt, ChatGpt, AmigoChat, LLMPlayground, RubiksAI, MagickPen, Liaobots, OpenaiChat])
best_provider = IterListProvider([DDG, ChatGptEs, Pizzagpt, ChatGpt, AmigoChat, LLMPlayground, RubiksAI, MagickPen, Liaobots, OpenaiChat])
)

gpt_4_turbo = Model(
Expand All @@ -112,7 +110,7 @@ def __all__() -> list[str]:
gpt_4 = Model(
name = 'gpt-4',
base_provider = 'OpenAI',
best_provider = IterListProvider([Chatgpt4Online, Copilot, OpenaiChat, DDG, Liaobots, LLMPlayground])
best_provider = IterListProvider([DDG, Copilot, OpenaiChat, Liaobots, LLMPlayground])
)

# o1
Expand Down

0 comments on commit e74b2fe

Please sign in to comment.