[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:
Aaron Perez
2025-12-22 19:20:31 -06:00
committed by GitHub
parent d57ff99788
commit 9645960016
6 changed files with 11 additions and 3 deletions

View File

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