From b2cd121d1e39cc0247cfe9cef36d176b4eb36fe0 Mon Sep 17 00:00:00 2001 From: iperezx Date: Fri, 13 Feb 2026 11:50:11 -0800 Subject: [PATCH] Set the max tokens as the default is set to 4086 --- .github/workflows/cr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml index 1eed3fc..35efcd0 100644 --- a/.github/workflows/cr.yml +++ b/.github/workflows/cr.yml @@ -23,4 +23,5 @@ jobs: # common LANGUAGE: English - LOG_LEVEL: debug \ No newline at end of file + LOG_LEVEL: debug + max_tokens: 10000 \ No newline at end of file