thay doi alibaba module mac dinh - chebichat

This commit is contained in:
quangdn-ght 2025-06-24 10:25:53 +07:00
parent 861d854e16
commit 4aaa9db666
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export async function handle(
req: NextRequest,
{ params }: { params: { path: string[] } },
) {
console.log("[Alibaba Route] params ", params);
// console.log("[Alibaba Route] params ", params);
if (req.method === "OPTIONS") {
return NextResponse.json({ body: "OK" }, { status: 200 });

View File

@ -174,7 +174,7 @@ export class QwenApi implements LLMApi {
// Parse the JSON response
const json = JSON.parse(text);
// console.log("[Alibaba] SSE response", json);
console.log("[Alibaba] SSE response", json);
// Extract content from the new structure
const output = json.output;