6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
|
# DeepSeek API Key
|
||
|
|
DEEPSEEK_API_KEY=your-key-here
|
||
|
|
|
||
|
|
# 项目配置
|
||
|
|
DATA_FILE_PATH=data/Tweets.csv
|
||
|
|
MODEL_SAVE_PATH=models/sentiment_model.pkl
|