chore(init): 初始化项目目录结构与 Go 模块
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

This commit is contained in:
hhs
2026-06-09 23:53:08 +08:00
commit 018fe07773
20 changed files with 263 additions and 0 deletions

7
.env.example Normal file
View File

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