diff --git a/templates/plate-playground-template/src/app/api/ai/command/route.ts b/templates/plate-playground-template/src/app/api/ai/command/route.ts index c8d792d2c0..9a4c0970b8 100644 --- a/templates/plate-playground-template/src/app/api/ai/command/route.ts +++ b/templates/plate-playground-template/src/app/api/ai/command/route.ts @@ -23,8 +23,6 @@ export async function POST(req: NextRequest) { const openai = createOpenAI({ apiKey }); - console.log('model', model); - try { const result = await streamText({ maxTokens: 2048,