From c50e278db761326fa0e13e0eb3c911bf1e242d94 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 10 Dec 2024 12:04:50 +0000 Subject: [PATCH] fix(config): update `max_input_tokens` for pino-coder to 16000 --- roles/home/aichat/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home/aichat/config.yaml b/roles/home/aichat/config.yaml index fd70a29..de8acd9 100644 --- a/roles/home/aichat/config.yaml +++ b/roles/home/aichat/config.yaml @@ -8,5 +8,5 @@ clients: max_output_tokens: 16000 - name: pino-coder - max_input_tokens: 8192 + max_input_tokens: 16000 max_output_tokens: 16000