feat(handler,cmd): 实现阶段 5 HTTP 服务 — 处理器、入口程序、配置文件

This commit is contained in:
hhs
2026-06-10 15:18:06 +08:00
parent f532b21a7a
commit cdbaefecf8
7 changed files with 410 additions and 17 deletions

View File

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