Skip to content

Commit 8a15204

Browse files
committed
Added providers that have the DeepSeek R1 model
1 parent 41573f9 commit 8a15204

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
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.
1313

1414
## Features
15-
- Self-hosted GPT-4o API
15+
- Self-hosted DeepSeek-R1 and GPT-4o API
1616
- Unlimited usage
1717
- Free of cost
1818
- User-friendly GUI

src/FreeGPT4_Server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
"Aichat": g4f.Provider.Aichat,
3838
"Ails": g4f.Provider.Ails,
3939
"Bing": g4f.Provider.Bing,
40+
"BlackBox": g4f.Provider.Blackbox,
4041
"Chatgpt4o": g4f.Provider.Chatgpt4o,
42+
"ChatGpt": g4f.Provider.ChatGpt,
43+
"ChatGptt" : g4f.Provider.ChatGptt,
44+
"DeepInfraChat": g4f.Provider.DeepInfraChat,
45+
"Glider": g4f.Provider.Glider,
4146
"H2o": g4f.Provider.H2o,
4247
"HuggingChat": g4f.Provider.HuggingChat,
4348
"Opchatgpts": g4f.Provider.Opchatgpts,
@@ -51,6 +56,7 @@
5156
"Pizzagpt": g4f.Provider.Pizzagpt,
5257
"HuggingChat": g4f.Provider.HuggingChat,
5358
"HuggingFace": g4f.Provider.HuggingFace
59+
5460
}
5561

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

0 commit comments

Comments
 (0)