From 0667495ea2f4d99bbf026cf71cf8c28755cc516b Mon Sep 17 00:00:00 2001 From: Lirvis <25228940@qq.com> Date: Fri, 19 Dec 2025 17:41:17 +0800 Subject: [PATCH] Update route.ts --- app/api/chat/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts index 0de7d7a..c3ca663 100644 --- a/app/api/chat/route.ts +++ b/app/api/chat/route.ts @@ -26,7 +26,7 @@ export async function POST(req: Request) { const result = streamText({ model: doubao("doubao-seed-1-6-flash-250828"), - system: "你是源语奇思(AtomInfinite)开发的人工智能助手 WisModel。", + system: "你是源语智能开发的人工智能助手 WisModel。", messages: convertToModelMessages(messages), });