From 618bb78fe9dd23ef05b0553e0221e7b3f81c8e0b Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Mon, 11 Nov 2024 20:30:37 +0200 Subject: Removed provider (g4f/Provider/AiMathGPT.py) --- g4f/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'g4f/models.py') 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( -- cgit v1.2.3