mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-29 10:53:57 +08:00
Retry constants
MAX_RETRIES: Final = 3 RETRY_DELAY: Final = 1.0
This commit is contained in:
@@ -170,6 +170,10 @@ LOG_LEVEL_DEFAULT: Final = "INFO"
|
|||||||
QUEUE_TIMEOUT: Final = 5
|
QUEUE_TIMEOUT: Final = 5
|
||||||
QUEUE_MAX_SIZE: Final = 100
|
QUEUE_MAX_SIZE: Final = 100
|
||||||
|
|
||||||
|
# Retry constants
|
||||||
|
MAX_RETRIES: Final = 3
|
||||||
|
RETRY_DELAY: Final = 1.0
|
||||||
|
|
||||||
# Service schema constants
|
# Service schema constants
|
||||||
SCHEMA_QUESTION: Final = "question"
|
SCHEMA_QUESTION: Final = "question"
|
||||||
SCHEMA_MODEL: Final = "model"
|
SCHEMA_MODEL: Final = "model"
|
||||||
|
|||||||
Reference in New Issue
Block a user