- Add core task execution framework - Add LLM integration with DeepSeek - Add text analysis task implementation - Add configuration management - Add tests and documentation
13 lines
333 B
Plaintext
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
|