Cleaned and improved
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user