Skip to content

Commit

Permalink
fix(g4f/models.py): update experimental model provider configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Feb 21, 2025
1 parent d45798f commit d1cca5a
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 @@ -623,7 +623,7 @@ class VisionModel(Model):
evil = Model(
name = 'evil',
base_provider = 'Evil Mode - Experimental',
best_provider = AllenAI
best_provider = PollinationsAI
)


Expand Down

0 comments on commit d1cca5a

Please sign in to comment.