diff --git a/routes/ai.js b/routes/ai.js index e96d739..84719d9 100644 --- a/routes/ai.js +++ b/routes/ai.js @@ -5,7 +5,7 @@ const router = new Router(); const AI_API_KEY = 'sk-7f5d6f370f824f2ab76480c01bb00d40'; const AI_API_URL = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions'; - +// 2026-05-24 21:31:40 router.post('/generate-product', async (ctx) => { try { const { imageUrl, keywords } = ctx.request.body;