[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:
@@ -318,6 +318,7 @@ class Settings(BaseSettings):
|
||||
ENABLE_OLLAMA: bool = False
|
||||
OLLAMA_SERVER_URL: str | None = None
|
||||
OLLAMA_MODEL: str | None = None
|
||||
OLLAMA_SUPPORTS_VISION: bool = False
|
||||
|
||||
# OPENROUTER
|
||||
ENABLE_OPENROUTER: bool = False
|
||||
|
||||
Reference in New Issue
Block a user