Skip to content

Commit

Permalink
refactor(api): update model configuration for Blackbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Sep 15, 2024
1 parent f13557f commit 5d28b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/Blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Blackbox(AsyncGeneratorProvider, ProviderModelMixin):
]

model_config = {
"blackbox": {'mode': True, 'id': 'blackbox'},
"blackbox": {},
"gemini-1.5-flash": {'mode': True, 'id': 'Gemini'},
"llama-3.1-8b": {'mode': True, 'id': "llama-3.1-8b"},
'llama-3.1-70b': {'mode': True, 'id': "llama-3.1-70b"},
Expand Down

0 comments on commit 5d28b04

Please sign in to comment.