mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-29 05:53:56 +08:00
Release v2.0.0
This commit is contained in:
@@ -149,7 +149,6 @@ SERVICE_SCHEMA_ASK_QUESTION = vol.Schema({
|
||||
vol.Coerce(int),
|
||||
vol.Range(min=MIN_MAX_TOKENS, max=MAX_MAX_TOKENS)
|
||||
),
|
||||
# Добавить опциональный параметр контекста
|
||||
vol.Optional("context_messages"): vol.All(
|
||||
vol.Coerce(int),
|
||||
vol.Range(min=1, max=20)
|
||||
|
||||
Reference in New Issue
Block a user