From c1b84cd645fdf2ade7a838e4f9935fe9f9250fa6 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 8 Mar 2025 08:56:16 -0500 Subject: [PATCH] tokens for qwq --- ra_aid/models_params.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ra_aid/models_params.py b/ra_aid/models_params.py index b4aa9af..8884fd4 100644 --- a/ra_aid/models_params.py +++ b/ra_aid/models_params.py @@ -167,11 +167,11 @@ models_params = { }, "openai-compatible": { "qwen-qwq-32b": { - "token_limit": 130000, + "token_limit": 131072, "supports_think_tag": True, "supports_temperature": True, "latency_coefficient": DEFAULT_BASE_LATENCY, - "max_tokens": 130000, + "max_tokens": 131072, } }, "azure_openai": {