diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts index 53b78c4..22813ab 100644 --- a/app/api/chat/route.ts +++ b/app/api/chat/route.ts @@ -146,3 +146,4 @@ export async function POST(request: NextRequest) { ) } } +// LLM_API_TOKEN now in deployment