system commit

This commit is contained in:
2025-08-22 14:22:43 +08:00
parent bf6f910db1
commit a1537e3f9f
36 changed files with 1311 additions and 0 deletions

9
backend/.env.example Normal file
View File

@@ -0,0 +1,9 @@
PORT=3000
MONGODB_URI=mongodb://localhost:27017/multi_llm_chat
OPENAI_API_KEY=your_openai_key_here
# 可选:自定义 OpenAI Base
OPENAI_BASE_URL=https://api.openai.com
# DeepSeek 兼容 (同 OpenAI 协议)
DEEPSEEK_API_KEY=your_deepseek_key_here
DEEPSEEK_BASE_URL=https://api.deepseek.com