Files
GoLoom/.env.example
hhs 018fe07773
Some checks failed
GoLoom CI / Lint (push) Successful in 9m25s
GoLoom CI / Test (push) Failing after 24s
GoLoom CI / Build (push) Has been skipped
GoLoom CI / Docker Build (push) Has been skipped
chore(init): 初始化项目目录结构与 Go 模块
2026-06-09 23:53:08 +08:00

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