mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-28 10:04:00 +08:00
Release v2.0.0
This commit is contained in:
@@ -63,6 +63,8 @@ ATTR_MODEL: Final = "model"
|
|||||||
ATTR_TEMPERATURE: Final = "temperature"
|
ATTR_TEMPERATURE: Final = "temperature"
|
||||||
ATTR_MAX_TOKENS: Final = "max_tokens"
|
ATTR_MAX_TOKENS: Final = "max_tokens"
|
||||||
ATTR_SYSTEM_PROMPT: Final = "system_prompt"
|
ATTR_SYSTEM_PROMPT: Final = "system_prompt"
|
||||||
|
ATTR_API_STATUS: Final = "api_status"
|
||||||
|
ATTR_ERROR_COUNT: Final = "error_count"
|
||||||
|
|
||||||
# Sensor attributes
|
# Sensor attributes
|
||||||
ATTR_TOTAL_RESPONSES: Final = "total_responses"
|
ATTR_TOTAL_RESPONSES: Final = "total_responses"
|
||||||
|
|||||||
Reference in New Issue
Block a user