明树Git Lab

Commit 34db403d authored by zfp1's avatar zfp1

1

parent 2b8ce4ad
......@@ -72,7 +72,7 @@ app.post('/wechat', async (req, res) => {
// 5. 调用DeepSeek API生成回复
const deepseekResponse = await callDeepSeekAPI(message.content);
console.log(deepseekResponse, "===")
// 6. 构建响应XML
const responseXml = buildTextResponse(message, deepseekResponse);
......
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