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 Jan 2, 2025
1 parent 516924c commit 0096670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class ImageModel(Model):
best_provider = IterListProvider([
DDG,
Pizzagpt,
BlackboxCreateAgent,
Blackbox,
Copilot,
DeepInfraChat,
Expand All @@ -78,6 +77,7 @@ class ImageModel(Model):
ChatGptEs,
OpenaiChat,
Mhystical,
ClaudeSon,
])
)

Expand Down

0 comments on commit 0096670

Please sign in to comment.