agent-task-executor/.env.example
zhukang dd797ab5e4 feat: initial commit of agent task executor framework
- Add core task execution framework
- Add LLM integration with DeepSeek
- Add text analysis task implementation
- Add configuration management
- Add tests and documentation
2025-01-14 20:53:09 +08:00

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