From 93a2738ae1a7582e1ed362f62b1e31dfa0f0a026 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 9 Mar 2026 20:46:54 -0700 Subject: [PATCH] Increase max_tokens from 8192 to 16384 for menu image analysis Claude response was being truncated mid-JSON for larger menus, causing parse errors. The Lazy Daisy menu needed >8192 tokens. Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuImages.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup/analyzeMenuImages.cfm b/api/setup/analyzeMenuImages.cfm index eaeeab3..5544bff 100644 --- a/api/setup/analyzeMenuImages.cfm +++ b/api/setup/analyzeMenuImages.cfm @@ -117,7 +117,7 @@ - +