docs: add Ollama + LiteLLM quickstart and sidebar entry (#3176)
This commit is contained in:
committed by
GitHub
parent
cf9e1c2552
commit
21be178b2f
10
env.ollama.example
Normal file
10
env.ollama.example
Normal 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
|
||||
Reference in New Issue
Block a user