返回提交历史
Modified
g4f/Provider/Blackbox.py
+1
-0
Modified
g4f/Provider/LambdaChat.py
+1
-0
XFEstudio/gpt4free
Enable free providers
bf943944
代码差异
2 个文件
+2
-0
@@ -33,6 +33,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
33
33
api_endpoint = "https://www.blackbox.ai/api/chat"
34
34
35
35
working = True
36
active_by_default = True
36
37
supports_stream = True
37
38
supports_system_message = True
38
39
supports_message_history = True
@@ -21,6 +21,7 @@ class LambdaChat(AsyncGeneratorProvider, ProviderModelMixin):
21
21
conversation_url = f"{url}/conversation"
22
22
23
23
working = True
24
active_by_default = True
24
25
25
26
default_model = "deepseek-r1"
26
27
models = [