Files
GoLoom/.env.example

8 lines
145 B
Plaintext
Raw Normal View History

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