Release v2.0.0

This commit is contained in:
SMKRV
2024-11-24 13:52:27 +03:00
parent 2e4c63ba7d
commit 18395a2265
+1 -1
View File
@@ -19,7 +19,7 @@ class HATextAICoordinator(DataUpdateCoordinator):
hass: HomeAssistant,
client: Any,
model: str,
update_interval: int,
update_interval: float,
instance_name: str,
max_tokens: int = 1000,
temperature: float = 0.7,