Skyvern/env.ollama.example
Aaron Perez 9645960016
Some checks are pending
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
[SKV-4350] Add OLLAMA_SUPPORTS_VISION env var, update docs (#4351)
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
2025-12-22 20:20:31 -05:00

11 lines
262 B
Text

# --- OLLAMA DIRECT ---
ENABLE_OLLAMA=true
OLLAMA_SERVER_URL=http://localhost:11434
OLLAMA_MODEL=llama3.1
OLLAMA_SUPPORTS_VISION=false
# --- DISABLE OTHER PROVIDERS ---
ENABLE_OPENAI=false
ENABLE_ANTHROPIC=false
ENABLE_OPENAI_COMPATIBLE=false
ENABLE_GROQ=false