feat: Add advanced configuration options for Ollama URL

This commit is contained in:
n4ze3m
2024-05-13 00:13:44 +05:30
parent d902414872
commit 5984959aa5
4 changed files with 47 additions and 3 deletions

View File

@@ -249,6 +249,17 @@
"webSearchFollowUpPromptHelp": "请勿从提示词中删除 `{chat_history}` 和 `{question}`。",
"webSearchFollowUpPromptError": "请输入您的网页搜索追问提示词!",
"webSearchFollowUpPromptPlaceholder": "您的网页搜索追问提示词"
},
"advanced": {
"label": "Ollama URL 高级配置",
"urlRewriteEnabled": {
"label": "启用或禁用自定义来源 URL"
},
"rewriteUrl": {
"label": "自定义来源 URL",
"placeholder": "输入自定义来源 URL"
},
"help": "如果您在 Page Assist 上与 Ollama 有连接问题,您可以配置自定义来源 URL。要了解更多关于配置的信息,<anchor>点击此处</anchor>。"
}
}
},