Skip to content

Commit 618bb78

Browse files
committed
Removed provider (g4f/Provider/AiMathGPT.py)
1 parent 82b8c22 commit 618bb78

File tree

4 files changed

+1
-79
lines changed

4 files changed

+1
-79
lines changed

docs/providers-and-models.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ This document provides an overview of various AI providers and models, including
1919
|----------|-------------|--------------|---------------|--------|--------|------|
2020
|[ai4chat.co](https://www.ai4chat.co)|`g4f.Provider.Ai4Chat`|`gpt-4`||||![Active](https://img.shields.io/badge/Active-brightgreen)||
2121
|[aichatfree.info](https://aichatfree.info)|`g4f.Provider.AIChatFree`|`gemini-pro`||||![Active](https://img.shields.io/badge/Active-brightgreen)||
22-
|[aimathgpt.forit.ai](https://aimathgpt.forit.ai)|`g4f.Provider.AiMathGPT`|`llama-3.1-70b`||||![Active](https://img.shields.io/badge/Active-brightgreen)||
2322
|[api.airforce](https://api.airforce)|`g4f.Provider.Airforce`|`gpt-4o, gpt-4o-mini, gpt-4-turbo, llama-2-7b, llama-3.1-8b, llama-3.1-70b, hermes-2-pro, hermes-2-dpo, phi-2, deepseek-coder, openchat-3.5, openhermes-2.5, lfm-40b, german-7b, zephyr-7b, neural-7b`|`flux, flux-realism', flux-anime, flux-3d, flux-disney, flux-pixel, flux-4o, any-dark, sdxl`|||![Active](https://img.shields.io/badge/Active-brightgreen)||
2423
|[aiuncensored.info](https://www.aiuncensored.info)|`g4f.Provider.AIUncensored`|||||![Active](https://img.shields.io/badge/Active-brightgreen)||
2524
|[allyfy.chat](https://allyfy.chat/)|`g4f.Provider.Allyfy`|`gpt-3.5-turbo`||||![Active](https://img.shields.io/badge/Active-brightgreen)||

g4f/Provider/AiMathGPT.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

g4f/Provider/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
from .AIUncensored import AIUncensored
1515
from .Allyfy import Allyfy
16-
from .AiMathGPT import AiMathGPT
1716
from .Airforce import Airforce
1817
from .Bing import Bing
1918
from .Blackbox import Blackbox

g4f/models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from .Provider import (
77
Ai4Chat,
88
AIChatFree,
9-
AiMathGPT,
109
Airforce,
1110
AIUncensored,
1211
Allyfy,
@@ -81,7 +80,6 @@ def __all__() -> list[str]:
8180
ChatGptEs,
8281
ChatifyAI,
8382
Cloudflare,
84-
AiMathGPT,
8583
AIUncensored,
8684
DarkAI,
8785
])
@@ -184,7 +182,7 @@ def __all__() -> list[str]:
184182
llama_3_1_70b = Model(
185183
name = "llama-3.1-70b",
186184
base_provider = "Meta Llama",
187-
best_provider = IterListProvider([DDG, DeepInfraChat, Blackbox, TeachAnything, DarkAI, AiMathGPT, Airforce, RubiksAI, HuggingChat, HuggingFace, PerplexityLabs])
185+
best_provider = IterListProvider([DDG, DeepInfraChat, Blackbox, TeachAnything, DarkAI, Airforce, RubiksAI, HuggingChat, HuggingFace, PerplexityLabs])
188186
)
189187

190188
llama_3_1_405b = Model(

0 commit comments

Comments
 (0)