17 lines
365 B
Plaintext
17 lines
365 B
Plaintext
# Environment Variables for AI Agent
|
|
# Copy to .env and modify as needed
|
|
|
|
# LLM Configuration
|
|
LLM_BASE_URL=http://localhost:11434/v1
|
|
LLM_MODEL=deepseek-r1:8b
|
|
LLM_API_KEY=ollama
|
|
AGENT_MAX_ITERATIONS=10
|
|
MAX_TOOL_OUTPUT=4000
|
|
|
|
# XMPP (default: disabled)
|
|
XMPP_ENABLED=False
|
|
XMPP_USERNAME=
|
|
XMPP_PASSWORD=
|
|
# XMPP_MUC_ROOMS=room1@conference.server,room2@conference.server
|
|
|