17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
# DeepSeek LLM Configuration
|
|
DEEPSEEK_API_KEY=your_deepseek_api_key_here
|
|
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
|
DEEPSEEK_MODEL=deepseek-chat
|
|
TEMPERATURE=0.2
|
|
|
|
# TMDB API Configuration
|
|
TMDB_API_KEY=your_tmdb_api_key_here
|
|
TMDB_BASE_URL=https://api.themoviedb.org/3
|
|
|
|
# Storage Configuration
|
|
MEMORY_FILE=memory.json
|
|
|
|
# Security Configuration
|
|
MAX_TOOL_ITERATIONS=5
|
|
REQUEST_TIMEOUT=30
|