From 4933846dcf8153985712ca045d204cf9494c834b Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:49:51 -0700 Subject: [PATCH] trigger: rebuild with LLM_API_TOKEN in deployment --- app/api/chat/route.ts | 1 + 1 file changed, 1 insertion(+) 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