hendrik/.env.example

17 lines
365 B
Plaintext
Raw Permalink Normal View History

2026-05-02 21:08:42 +07:00
# 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
2026-06-08 02:41:29 +07:00
# XMPP (default: disabled)
XMPP_ENABLED=False
XMPP_USERNAME=
XMPP_PASSWORD=
# XMPP_MUC_ROOMS=room1@conference.server,room2@conference.server