diff --git a/g4f/models.py b/g4f/models.py index f4efe576746..e134f5ea38c 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -68,7 +68,6 @@ class ImageModel(Model): best_provider = IterListProvider([ DDG, Pizzagpt, - BlackboxCreateAgent, Blackbox, Copilot, DeepInfraChat, @@ -78,6 +77,7 @@ class ImageModel(Model): ChatGptEs, OpenaiChat, Mhystical, + ClaudeSon, ]) )