mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add MetaAI Provider and some small improvments
This commit is contained in:
parent
a27d908696
commit
932d3a3ca0
12 changed files with 221 additions and 12 deletions
|
|
@ -111,5 +111,6 @@ def get_last_provider(as_dict: bool = False) -> Union[ProviderType, dict[str, st
|
|||
"name": last.__name__,
|
||||
"url": last.url,
|
||||
"model": debug.last_model,
|
||||
"label": last.label if hasattr(last, "label") else None
|
||||
}
|
||||
return last
|
||||
Loading…
Add table
Add a link
Reference in a new issue