mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add default vision model, Add MiniMax to models.py
This commit is contained in:
parent
036d41b9f4
commit
cc6f9d1a18
5 changed files with 57 additions and 36 deletions
|
|
@ -147,7 +147,8 @@ class Api:
|
|||
kwargs.get("model"), provider,
|
||||
stream=True,
|
||||
ignore_stream=True,
|
||||
logging=False
|
||||
logging=False,
|
||||
has_images="images" in kwargs,
|
||||
)
|
||||
except Exception as e:
|
||||
logger.exception(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue