Skyvern/env.litellm.example
Ciobotea Alexandru-Marian 21be178b2f
Some checks are pending
Run tests and pre-commit / Run tests and pre-commit hooks (push) Waiting to run
Run tests and pre-commit / Frontend Lint and Build (push) Waiting to run
Publish Fern Docs / run (push) Waiting to run
docs: add Ollama + LiteLLM quickstart and sidebar entry (#3176)
2025-10-12 21:44:52 +00:00

11 lines
308 B
Text

# --- LITELLM (OPENAI-COMPATIBLE) ---
ENABLE_OPENAI_COMPATIBLE=true
OPENAI_COMPATIBLE_MODEL_NAME=llama3.1
OPENAI_COMPATIBLE_API_KEY=sk-test
OPENAI_COMPATIBLE_API_BASE=http://localhost:4000/v1
# --- DISABLE OTHER PROVIDERS ---
ENABLE_OPENAI=false
ENABLE_ANTHROPIC=false
ENABLE_OLLAMA=false
ENABLE_GROQ=false