返回提交历史
Modified
g4f/Provider/Blackbox.py
+1
-1
XFEstudio/gpt4free
refactor(api): update model configuration for Blackbox
5d28b048
代码差异
1 个文件
+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"},