mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add ability to set default chat model via env var in docker-compose.yml
This commit is contained in:
@@ -79,8 +79,9 @@ services:
|
|||||||
# Default URL of SearxNG, the default web search engine used by Khoj. Its container is specified above
|
# Default URL of SearxNG, the default web search engine used by Khoj. Its container is specified above
|
||||||
- KHOJ_SEARXNG_URL=http://search:8080
|
- KHOJ_SEARXNG_URL=http://search:8080
|
||||||
# Uncomment line below to use with Ollama running on your local machine at localhost:11434.
|
# Uncomment line below to use with Ollama running on your local machine at localhost:11434.
|
||||||
# Change URL to use with other OpenAI API compatible providers like VLLM, LMStudio etc.
|
# Change URL to use with other OpenAI API compatible providers like VLLM, LMStudio, DeepInfra, DeepSeek etc.
|
||||||
# - OPENAI_BASE_URL=http://host.docker.internal:11434/v1/
|
# - OPENAI_BASE_URL=http://host.docker.internal:11434/v1/
|
||||||
|
# - KHOJ_DEFAULT_CHAT_MODEL=qwen3
|
||||||
#
|
#
|
||||||
# Uncomment appropriate lines below to use chat models by OpenAI, Anthropic, Google.
|
# Uncomment appropriate lines below to use chat models by OpenAI, Anthropic, Google.
|
||||||
# Ensure you set your provider specific API keys.
|
# Ensure you set your provider specific API keys.
|
||||||
|
|||||||
Reference in New Issue
Block a user