8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
# LLM API 配置
|
|
LLM_API_KEY=your-api-key-here
|
|
LLM_BASE_URL=https://api.deepseek.com
|
|
LLM_MODEL=deepseek-chat
|
|
|
|
# 服务器配置
|
|
SERVER_PORT=8091
|