Skip to content

Commit

Permalink
Clarify LLM HASS API option
Browse files Browse the repository at this point in the history
  • Loading branch information
black-roland committed Dec 1, 2024
1 parent 3496963 commit 63050eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/yandexgpt_conversation/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def yandexgpt_config_option_schema(
"""Return a schema for YandexGPT completion options."""
hass_apis: list[SelectOptionDict] = [
SelectOptionDict(
label="No control",
label="No access to devices / Без доступа к устройствам",
value="none",
)
]
Expand Down
5 changes: 2 additions & 3 deletions custom_components/yandexgpt_conversation/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
"init": {
"data": {
"prompt": "Instructions",
"llm_hass_api": "Control Home Assistant",
"llm_hass_api": "Access to devices",
"recommended": "Recommended model settings",
"chat_model": "Model",
"temperature": "Temperature",
"max_tokens": "Maximum tokens to return in response"
},
"data_description": {
"prompt": "Instruct how the LLM should respond. This can be a template.",
"chat_model": "Description: https://yandex.cloud/en/docs/foundation-models/release-notes/"
"prompt": "Instruct how the LLM should respond. This can be a template."
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions custom_components/yandexgpt_conversation/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"init": {
"data": {
"prompt": "Инструкции",
"llm_hass_api": "Управление Home Assistant",
"llm_hass_api": "Доступ к устройствам",
"recommended": "Рекомендуемые настройки модели",
"chat_model": "Модель",
"temperature": "Температура",
"max_tokens": "Ограничить количество токенов в ответе"
},
"data_description": {
"prompt": "Проинструктируйте языковую модель, опишите контекст, возможные ограничения или задайте стиль ответа. Поддерживаются шаблоны.",
"chat_model": "Описание: https://yandex.cloud/ru/docs/foundation-models/release-notes/",
"llm_hass_api": "Управление устройствами не поддерживается интеграцией, но при включении Assist у модели появляется доступ к показаниям датчиков и состоянию устройств.",
"temperature": "Температура влияет на вариативность сгенерированного текста: чем выше значение, тем более непредсказуемым будет результат выполнения запроса."
}
}
Expand Down

0 comments on commit 63050eb

Please sign in to comment.