[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

@@ -2,6 +2,7 @@
ENABLE_OLLAMA=true
OLLAMA_SERVER_URL=http://localhost:11434
OLLAMA_MODEL=llama3.1
OLLAMA_SUPPORTS_VISION=false
# --- DISABLE OTHER PROVIDERS ---
ENABLE_OPENAI=false