明树Git Lab

Commit 4969cda6 authored by zfp1's avatar zfp1

3

parent 036798a4
...@@ -7,7 +7,7 @@ const app = express(); ...@@ -7,7 +7,7 @@ const app = express();
// 初始化DeepSeek客户端 [3]() // 初始化DeepSeek客户端 [3]()
const deepseek = new OpenAI({ const deepseek = new OpenAI({
baseURL: 'https://api.deepseek.com/v1', baseURL: 'https://api.deepseek.com/v1',
apiKey: process.env.DEEPSEEK_API_KEY, apiKey: "sk-14f0cf16bad245169cd2563e0f9b678e",
}); });
// 微信消息处理器 // 微信消息处理器
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment