mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-26 17:14:01 +08:00
Release v2.0.0
This commit is contained in:
@@ -19,7 +19,7 @@ class HATextAICoordinator(DataUpdateCoordinator):
|
|||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
client: Any,
|
client: Any,
|
||||||
model: str,
|
model: str,
|
||||||
update_interval: int,
|
update_interval: float,
|
||||||
instance_name: str,
|
instance_name: str,
|
||||||
max_tokens: int = 1000,
|
max_tokens: int = 1000,
|
||||||
temperature: float = 0.7,
|
temperature: float = 0.7,
|
||||||
|
|||||||
Reference in New Issue
Block a user