明树Git Lab

Commit 4a58e950 authored by zfp1's avatar zfp1

update

parent bac456a5
......@@ -98,7 +98,7 @@ async function callDeepSeekAPI(prompt) {
timeout: 50000 // 5秒超时
}
);
console.log(response)
console.log(response, "================================")
return response.data.choices[0].message.content.trim();
} catch (error) {
console.error('DeepSeek API Error:', error.response?.data || error.message);
......
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