mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
refactor(api): update model configuration for Blackbox
This commit is contained in:
parent
f13557f779
commit
5d28b04836
@ -29,7 +29,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
|
|||||||
]
|
]
|
||||||
|
|
||||||
model_config = {
|
model_config = {
|
||||||
"blackbox": {'mode': True, 'id': 'blackbox'},
|
"blackbox": {},
|
||||||
"gemini-1.5-flash": {'mode': True, 'id': 'Gemini'},
|
"gemini-1.5-flash": {'mode': True, 'id': 'Gemini'},
|
||||||
"llama-3.1-8b": {'mode': True, 'id': "llama-3.1-8b"},
|
"llama-3.1-8b": {'mode': True, 'id': "llama-3.1-8b"},
|
||||||
'llama-3.1-70b': {'mode': True, 'id': "llama-3.1-70b"},
|
'llama-3.1-70b': {'mode': True, 'id': "llama-3.1-70b"},
|
||||||
|
Loading…
Reference in New Issue
Block a user