Skip to content

Commit

Permalink
Added providers that have the DeepSeek R1 model
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Feb 3, 2025
1 parent 41573f9 commit 8a15204
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
FreeGPT4-WEB-API is a python server that allows you to have a self-hosted GPT-4 Unlimited and Free WEB API, via the latest AI providers.

## Features
- Self-hosted GPT-4o API
- Self-hosted DeepSeek-R1 and GPT-4o API
- Unlimited usage
- Free of cost
- User-friendly GUI
Expand Down
6 changes: 6 additions & 0 deletions src/FreeGPT4_Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
"Aichat": g4f.Provider.Aichat,
"Ails": g4f.Provider.Ails,
"Bing": g4f.Provider.Bing,
"BlackBox": g4f.Provider.Blackbox,
"Chatgpt4o": g4f.Provider.Chatgpt4o,
"ChatGpt": g4f.Provider.ChatGpt,
"ChatGptt" : g4f.Provider.ChatGptt,
"DeepInfraChat": g4f.Provider.DeepInfraChat,
"Glider": g4f.Provider.Glider,
"H2o": g4f.Provider.H2o,
"HuggingChat": g4f.Provider.HuggingChat,
"Opchatgpts": g4f.Provider.Opchatgpts,
Expand All @@ -51,6 +56,7 @@
"Pizzagpt": g4f.Provider.Pizzagpt,
"HuggingChat": g4f.Provider.HuggingChat,
"HuggingFace": g4f.Provider.HuggingFace

}

GENERIC_MODELS = ["gpt-3.5-turbo", "gpt-4", "gpt-4o", "gpt-4o-mini"]
Expand Down

0 comments on commit 8a15204

Please sign in to comment.