2026-01-14 00:18:34 +08:00
|
|
|
# DeepSeek API Configuration
|
|
|
|
|
DEEPSEEK_API_KEY="your-deepseek-api-key-here"
|
2026-01-15 12:16:42 +08:00
|
|
|
DEEPSEEK_BASE_URL="https://api.deepseek.com"
|
|
|
|
|
|
|
|
|
|
# OpenAI Compatibility (for DeepSeek)
|
|
|
|
|
OPENAI_API_KEY="${DEEPSEEK_API_KEY}"
|
|
|
|
|
OPENAI_BASE_URL="${DEEPSEEK_BASE_URL}"
|
2026-01-14 00:18:34 +08:00
|
|
|
|
|
|
|
|
# Project Configuration
|
2026-01-15 12:16:42 +08:00
|
|
|
PROJECT_NAME="spam-classification-system"
|
|
|
|
|
LOG_LEVEL="INFO"
|
|
|
|
|
|
|
|
|
|
# Model Configuration
|
|
|
|
|
MODEL_SAVE_DIR="./models"
|
|
|
|
|
DEFAULT_MODEL="lightgbm"
|