From 9a825c8b199187b2e0f0f396fc0e8e1161435a19 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sun, 4 Jan 2026 22:06:01 +0800 Subject: [PATCH] 1688 PO Automation Project --- .../Anthropic/Services/CreatesClaudeResponseWithFiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/Anthropic/Services/CreatesClaudeResponseWithFiles.php b/app/Classes/Modules/Anthropic/Services/CreatesClaudeResponseWithFiles.php index 0ffecef6..0acd806c 100644 --- a/app/Classes/Modules/Anthropic/Services/CreatesClaudeResponseWithFiles.php +++ b/app/Classes/Modules/Anthropic/Services/CreatesClaudeResponseWithFiles.php @@ -38,7 +38,7 @@ class CreatesClaudeResponseWithFiles 'Content-Type' => 'application/json', ])->post(config('anthropic.base_url') . '/v1/messages', [ 'model' => config('anthropic.default_model', 'claude-sonnet-4-5-20250929'), - 'max_tokens' => 1024, + 'max_tokens' => 16384, 'messages' => [ [ 'role' => 'user',