Add default vision model, Add MiniMax to models.py

This commit is contained in:
hlohaus 2025-01-25 10:53:30 +01:00
parent 036d41b9f4
commit cc6f9d1a18
5 changed files with 57 additions and 36 deletions

View file

@ -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)