github shcherbak-ai/contextgem v0.12.1

latest releases: v0.19.3, v0.19.2, v0.19.1...
4 months ago

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 of ollama_chat/ for vision models, as ollama_chat/ does not currently support image inputs.

Don't miss a new contextgem release

NewReleases is sending notifications on new releases.