From 5ebb9c9c660b9472aafb646bfa05e335a0d3226c Mon Sep 17 00:00:00 2001 From: SMKRV Date: Wed, 29 Jan 2025 18:04:13 +0300 Subject: [PATCH] fix: max_tokens value --- custom_components/ha_text_ai/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ha_text_ai/services.yaml b/custom_components/ha_text_ai/services.yaml index 21c7e3f..f08e3b7 100644 --- a/custom_components/ha_text_ai/services.yaml +++ b/custom_components/ha_text_ai/services.yaml @@ -69,7 +69,7 @@ ask_question: selector: number: min: 1 - max: 4096 + max: 100000 step: 1 mode: box