[SKV-4350] Add OLLAMA_SUPPORTS_VISION env var, update docs (#4351)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
@@ -1424,7 +1424,7 @@ if settings.ENABLE_OLLAMA:
|
||||
LLMConfig(
|
||||
f"ollama/{ollama_model_name}",
|
||||
["OLLAMA_SERVER_URL", "OLLAMA_MODEL"],
|
||||
supports_vision=False, # Ollama does not support vision yet
|
||||
supports_vision=settings.OLLAMA_SUPPORTS_VISION,
|
||||
add_assistant_prefix=False,
|
||||
litellm_params=LiteLLMParams(
|
||||
api_base=settings.OLLAMA_SERVER_URL,
|
||||
|
||||
Reference in New Issue
Block a user