13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
|
|
# Ollama API base URL (default: http://localhost:11434)
|
||
|
|
# For Docker on Mac/Windows use: http://host.docker.internal:11434
|
||
|
|
OLLAMA_HOST=http://localhost:11434
|
||
|
|
|
||
|
|
# Tavily API key for web search (required when model uses web_search tool)
|
||
|
|
TAVILY_API_KEY=
|
||
|
|
|
||
|
|
# HTTP server port (default: 8090)
|
||
|
|
PORT=8090
|
||
|
|
|
||
|
|
# Default Ollama model (default: llama3.1:70b)
|
||
|
|
OLLAMA_MODEL=llama3.1:70b
|