docs: add Ollama + LiteLLM quickstart and sidebar entry (#3176)

This commit is contained in:
Ciobotea Alexandru-Marian
2025-10-13 00:44:52 +03:00
committed by GitHub
parent cf9e1c2552
commit 21be178b2f
4 changed files with 146 additions and 0 deletions

10
env.ollama.example Normal file
View File

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