Skip to content

Commit 5ebb9c9

Browse files
author
SMKRV
committed
fix: max_tokens value
1 parent f17c631 commit 5ebb9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ha_text_ai/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ask_question:
6969
selector:
7070
number:
7171
min: 1
72-
max: 4096
72+
max: 100000
7373
step: 1
7474
mode: box
7575

0 commit comments

Comments
 (0)