init: 初始化demo项目,新增deepseek和千问api调用demo;

This commit is contained in:
2026-04-15 16:25:05 +08:00
parent 8e8b19cce3
commit 2c1cd85e77
7 changed files with 1360 additions and 1 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
PORT=3000
QWEN_API_KEY=your_dashscope_api_key
QWEN_MODEL=qwen-plus
QWEN_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_MODEL=deepseek-chat
DEEPSEEK_BASE_URL=https://api.deepseek.com/v1