24 lines
475 B
Plaintext
24 lines
475 B
Plaintext
# OpenRouter (cloud)
|
|
# LLM_BASE_URL=https://openrouter.ai/api/v1
|
|
# LLM_MODEL=openrouter/owl-alpha
|
|
# LLM_API_KEY=
|
|
|
|
# Ollama (local)
|
|
# LLM_BASE_URL=http://localhost:11434/v1
|
|
# LLM_MODEL=granite4.1:8b
|
|
# LLM_API_KEY=ollama
|
|
|
|
# Ollama (cloud)
|
|
# LLM_BASE_URL=https://ollama.com/v1
|
|
# LLM_MODEL=ministral-3:14b-cloud
|
|
# LLM_API_KEY=
|
|
|
|
# LM Studio (local)
|
|
# LLM_BASE_URL=http://localhost:12345/v1
|
|
# LLM_MODEL=granite4.1:8b
|
|
# LLM_API_KEY=sk-not-needed
|
|
|
|
# XMPP_USERNAME=
|
|
# XMPP_PASSWORD=
|
|
|