From 09b1021d631ba5f9e771fed46f6f04be33b0ee87 Mon Sep 17 00:00:00 2001 From: Alex Curley Date: Tue, 12 May 2026 21:56:51 -0400 Subject: [PATCH] token change 2 --- netlify/functions/agent-proxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/functions/agent-proxy.js b/netlify/functions/agent-proxy.js index f5c49c3..bd07ba7 100644 --- a/netlify/functions/agent-proxy.js +++ b/netlify/functions/agent-proxy.js @@ -83,7 +83,7 @@ Please follow your instructions to produce the funding outlook brief.` // Console) are used by default. Optional env vars can override them. const streamArgs = { model: process.env.ANTHROPIC_MODEL || 'claude-opus-4-6', - max_tokens: 600000, + max_tokens: 20000, messages: [ { role: 'user',