hendrik/.env.example

15 lines
268 B
Plaintext
Raw 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 Configuration
AGENT_MAX_ITERATIONS=10
# Tool Configuration
MAX_TOOL_OUTPUT=4000