init: 初始化demo项目,新增deepseek和千问api调用demo;
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user