mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Service is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_api_key": "Invalid API key",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "API Key",
|
|
"api_base": "API Base URL",
|
|
"request_interval": "Request interval (seconds)"
|
|
},
|
|
"description": "Enter your OpenAI API credentials",
|
|
"title": "OpenAI API"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"request_interval": "Request interval (seconds)"
|
|
},
|
|
"description": "Configure HA Text AI options",
|
|
"title": "HA Text AI Options"
|
|
}
|
|
}
|
|
}
|
|
}
|