mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
Update provider .
This commit is contained in:
parent
47404bb94c
commit
7f5faad753
@ -13,14 +13,8 @@ class NexraBlackbox(AbstractProvider, ProviderModelMixin):
|
||||
supports_stream = True
|
||||
|
||||
default_model = "blackbox"
|
||||
|
||||
models = [
|
||||
'blackbox',
|
||||
]
|
||||
|
||||
model_aliases = {
|
||||
"blackboxai": "blackbox",
|
||||
}
|
||||
models = [default_model]
|
||||
model_aliases = {"blackboxai": "blackbox",}
|
||||
|
||||
@classmethod
|
||||
def get_model(cls, model: str) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user