agent-task-executor/core/.env.example

13 lines
333 B
Plaintext

# LLM Configuration
# You can set these environment variables to override the configuration in llm_config.yaml
# API Key (will override secure storage)
LLM_API_KEY=your-api-key-here
# Base URL (will override provider default)
LLM_API_BASE=https://api.deepseek.com
# Provider settings
LLM_PROVIDER=deepseek
LLM_MODEL=deepseek-chat