This commit is contained in:
董海洋
2026-05-24 18:18:44 +08:00
parent e532e48e47
commit 5674ef016e
4 changed files with 84 additions and 6 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ router.post('/generate-product', async (ctx) => {
'Content-Type': 'application/json'
},
body: JSON.stringify({
model: 'deepseek-ai/deepseek-v4-pro',
model: 'deepseek-v4-flash',
messages: [
{
role: 'user',