Skip to content

Commit 96da8f9

Browse files
committed
docs: add russia translation
1 parent e0501c2 commit 96da8f9

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ class ChatProviderTemplate(TypedDict):
17891789
"return_documents": False,
17901790
"instruct": "",
17911791
},
1792-
"Nvidia Rerank": {
1792+
"NVIDIA Rerank": {
17931793
"id": "nvidia_rerank",
17941794
"type": "nvidia_rerank",
17951795
"provider": "nvidia",

dashboard/src/i18n/locales/ru-RU/features/config-metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,24 @@
10931093
"description": "Описание задачи для Rerank",
10941094
"hint": "Эффективно только для моделей qwen3-rerank. Рекомендуется писать на английском."
10951095
},
1096+
"nvidia_rerank_api_base": {
1097+
"description": "Базовый URL API"
1098+
},
1099+
"nvidia_rerank_api_key": {
1100+
"description": "API-ключ"
1101+
},
1102+
"nvidia_rerank_model": {
1103+
"description": "Название модели Rerank",
1104+
"hint": "Укажите название модели в соответствии с документацией NVIDIA."
1105+
},
1106+
"nvidia_rerank_model_endpoint": {
1107+
"description": "Пользовательский endpoint модели",
1108+
"hint": "Пользовательский суффикс URL endpoint, по умолчанию /reranking."
1109+
},
1110+
"nvidia_rerank_truncate": {
1111+
"description": "Стратегия усечения текста",
1112+
"hint": "Определяет, следует ли усекать входной текст, если он слишком длинный и не помещается в максимальную длину контекста модели."
1113+
},
10961114
"launch_model_if_not_running": {
10971115
"description": "Автозапуск модели",
10981116
"hint": "Если модель не запущена в Xinference, попытаться запустить её автоматически. Рекомендуется отключать в продакшене."

0 commit comments

Comments
 (0)