From 09d6ba4eac61b1df4fff833098f604512f9558b0 Mon Sep 17 00:00:00 2001 From: dknedlik Date: Thu, 21 Aug 2025 14:45:28 -0500 Subject: [PATCH] Update conf/custom_models.json Adding max token for consistency per review comment Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- conf/custom_models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/custom_models.json b/conf/custom_models.json index aa178ba..686f4e6 100644 --- a/conf/custom_models.json +++ b/conf/custom_models.json @@ -268,7 +268,7 @@ "max_image_size_mb": 20.0, "supports_temperature": true, "temperature_constraint": "fixed", - "description": "GPT-5 nano (400K context) - Fastest, cheapest version of GPT-5 for summarization and classification tasks" + "description": "GPT-5 nano (400K context, 128K output) - Fastest, cheapest version of GPT-5 for summarization and classification tasks" }, { "model_name": "llama3.2",