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 13, 2024
1 parent 37a8e8d commit 9cb6083
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
HuggingFace,
Liaobots,
MagickPen,
Mhystical,
MetaAI,
OpenaiChat,
PerplexityLabs,
Expand Down Expand Up @@ -80,6 +81,7 @@ def __all__() -> list[str]:
Cloudflare,
AIUncensored,
DarkAI,
Mhystical,
])
)

Expand Down Expand Up @@ -119,7 +121,7 @@ def __all__() -> list[str]:
gpt_4 = Model(
name = 'gpt-4',
base_provider = 'OpenAI',
best_provider = IterListProvider([Chatgpt4Online, ChatGpt, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
best_provider = IterListProvider([Mhystical, Chatgpt4Online, ChatGpt, Bing, OpenaiChat, gpt_4_turbo.best_provider, gpt_4o.best_provider, gpt_4o_mini.best_provider])
)

# o1
Expand Down

0 comments on commit 9cb6083

Please sign in to comment.