明树Git Lab

Commit bac456a5 authored by zfp1's avatar zfp1

1

parent 34db403d
...@@ -95,7 +95,7 @@ async function callDeepSeekAPI(prompt) { ...@@ -95,7 +95,7 @@ async function callDeepSeekAPI(prompt) {
'Authorization': `Bearer ${process.env.DEEPSEEK_API_KEY}`, 'Authorization': `Bearer ${process.env.DEEPSEEK_API_KEY}`,
'Content-Type': 'application/json' 'Content-Type': 'application/json'
}, },
timeout: 5000 // 5秒超时 timeout: 50000 // 5秒超时
} }
); );
console.log(response) console.log(response)
......
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