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

XFEstudio/gpt4free

refactor(api): update model configuration for Blackbox

5d28b048
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Blackbox.py +1 -1
@@ -29,7 +29,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
29 29 ]
30 30
31 31 model_config = {
32 "blackbox": {'mode': True, 'id': 'blackbox'},
32 "blackbox": {},
33 33 "gemini-1.5-flash": {'mode': True, 'id': 'Gemini'},
34 34 "llama-3.1-8b": {'mode': True, 'id': "llama-3.1-8b"},
35 35 'llama-3.1-70b': {'mode': True, 'id': "llama-3.1-70b"},