add time
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ const router = new Router();
|
|||||||
|
|
||||||
const AI_API_KEY = 'sk-7f5d6f370f824f2ab76480c01bb00d40';
|
const AI_API_KEY = 'sk-7f5d6f370f824f2ab76480c01bb00d40';
|
||||||
const AI_API_URL = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions';
|
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) => {
|
router.post('/generate-product', async (ctx) => {
|
||||||
try {
|
try {
|
||||||
const { imageUrl, keywords } = ctx.request.body;
|
const { imageUrl, keywords } = ctx.request.body;
|
||||||
|
|||||||
Reference in New Issue
Block a user