Skip to content

Commit

Permalink
Update docs/providers-and-models.md g4f/models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Feb 3, 2025
1 parent ec8caec commit 569077a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions docs/providers-and-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ This document provides an overview of various AI providers and models, including
|sonar-reasoning|Perplexity AI|1+ Providers|[docs.perplexity.ai](https://docs.perplexity.ai/)|
|nemotron-70b|Nvidia|3+ Providers|[build.nvidia.com](https://build.nvidia.com/nvidia/llama-3_1-nemotron-70b-instruct)|
|dbrx-instruct|Databricks|2+ Providers|[huggingface.co](https://huggingface.co/databricks/dbrx-instruct)|
|p1|PollinationsAI|1+ Providers|[pollinations.ai](https://pollinations.ai/)|
|cably-80b|CablyAI|1+ Providers|[cablyai.com](https://cablyai.com)|
|glm-4|THUDM|1+ Providers|[github.com/THUDM](https://github.com/THUDM/GLM-4)|
|mini_max|MiniMax|1+ Providers|[hailuo.ai](https://www.hailuo.ai/)|
|evil|Evil Mode - Experimental|1+ Providers||
Expand Down
16 changes: 0 additions & 16 deletions g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,20 +516,6 @@ class VisionModel(Model):
best_provider = IterListProvider([Blackbox, BlackboxAPI])
)

### PollinationsAI ###
p1 = Model(
name = 'p1',
base_provider = 'PollinationsAI',
best_provider = PollinationsAI
)

### CablyAI ###
cably_80b = Model(
name = 'cably-80b',
base_provider = 'CablyAI',
best_provider = CablyAI
)

### THUDM ###
glm_4 = Model(
name = 'glm-4',
Expand Down Expand Up @@ -743,8 +729,6 @@ class ModelUtils:

nemotron_70b.name: nemotron_70b, ### Nvidia ###
dbrx_instruct.name: dbrx_instruct, ### Databricks ###
p1.name: p1, ### PollinationsAI ###
cably_80b.name: cably_80b, ### CablyAI ###
glm_4.name: glm_4, ### THUDM ###
mini_max.name: mini_max, ## MiniMax
evil.name: evil, ### Uncensored AI ###
Expand Down

0 comments on commit 569077a

Please sign in to comment.