XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Enable free providers

bf943944
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

2 个文件 +2 -0
Modified g4f/Provider/Blackbox.py +1 -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
Modified g4f/Provider/LambdaChat.py +1 -0
@@ -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 = [