Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.12.1.tar.gz | < 7 hours ago | 149.5 kB | |
contextgem-0.12.1-py3-none-any.whl | < 7 hours ago | 194.0 kB | |
README.md | < 7 hours ago | 690 Bytes | |
v0.12.1 source code.tar.gz | < 7 hours ago | 30.6 MB | |
v0.12.1 source code.zip | < 7 hours ago | 31.0 MB | |
Totals: 5 Items | 62.0 MB | 0 |
Added
- Explicit declaration of model vision capabilities: Added support for explicitly declaring vision capability when
litellm.supports_vision()
does not correctly identify a model's vision support. If a LLM is configured as a vision model and genuinely supports vision, but litellm fails to detect this capability, a warning will be issued. Users can manually set_supports_vision=True
on the model instance to declare the capability and allow the model to accept image inputs. - Warning for Ollama vision models: Added a warning prompting users to use the
ollama/
prefix instead ofollama_chat/
for vision models, asollama_chat/
does not currently support image inputs.