diff options
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py index 87a076a8..8ce3688e 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -6,7 +6,6 @@ from .Provider import IterListProvider, ProviderType from .Provider import ( Ai4Chat, AIChatFree, - AiMathGPT, Airforce, AIUncensored, Allyfy, @@ -81,7 +80,6 @@ default = Model( ChatGptEs, ChatifyAI, Cloudflare, - AiMathGPT, AIUncensored, DarkAI, ]) @@ -184,7 +182,7 @@ llama_3_1_8b = Model( llama_3_1_70b = Model( name = "llama-3.1-70b", base_provider = "Meta Llama", - best_provider = IterListProvider([DDG, DeepInfraChat, Blackbox, TeachAnything, DarkAI, AiMathGPT, Airforce, RubiksAI, HuggingChat, HuggingFace, PerplexityLabs]) + best_provider = IterListProvider([DDG, DeepInfraChat, Blackbox, TeachAnything, DarkAI, Airforce, RubiksAI, HuggingChat, HuggingFace, PerplexityLabs]) ) llama_3_1_405b = Model( |