Skip to content

Commit

Permalink
fix: max_tokens value
Browse files Browse the repository at this point in the history
  • Loading branch information
SMKRV committed Jan 29, 2025
1 parent f17c631 commit 5ebb9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ha_text_ai/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ask_question:
selector:
number:
min: 1
max: 4096
max: 100000
step: 1
mode: box

Expand Down

0 comments on commit 5ebb9c9

Please sign in to comment.