7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
|
# DeepSeek API Configuration
|
||
|
|
DEEPSEEK_API_KEY="your-deepseek-api-key-here"
|
||
|
|
|
||
|
|
# Project Configuration
|
||
|
|
MODEL_SAVE_PATH="./models"
|
||
|
|
DATA_PATH="./data"
|