mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-26 00:54:00 +08:00
39 lines
935 B
JSON
39 lines
935 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Set up HA text AI",
|
|
"description": "Set up your OpenAI integration",
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"model": "Model",
|
|
"temperature": "Temperature",
|
|
"max_tokens": "Max Tokens",
|
|
"api_endpoint": "API Endpoint",
|
|
"request_interval": "Request Interval (seconds)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"auth": "API key is invalid.",
|
|
"cannot_connect": "Failed to connect to API.",
|
|
"unknown": "Unexpected error occurred."
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "HA text AI Options",
|
|
"data": {
|
|
"temperature": "Temperature",
|
|
"max_tokens": "Max Tokens",
|
|
"request_interval": "Request Interval (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|