diff --git a/ai-chat/src/app/api/chat-completion/route.ts b/ai-chat/src/app/api/chat-completion/route.ts index b489e97..876624d 100644 --- a/ai-chat/src/app/api/chat-completion/route.ts +++ b/ai-chat/src/app/api/chat-completion/route.ts @@ -12,7 +12,7 @@ export async function POST(req: Request) { method: "POST", headers: { "Content-Type": "application/json", - Authorization: `Bearer ${process.env.MB_API_KEY || 'your-key'}`, + Authorization: `Bearer ${process.env.MB_API_KEY || 'hey'}`, }, body: JSON.stringify({ model: "openai/gpt-4-1106-preview",