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

@@ -248,6 +248,17 @@
"webSearchFollowUpPromptHelp": "プロンプトから`{chat_history}`と`{question}`を削除しないでください。",
"webSearchFollowUpPromptError": "Web検索フォローアッププロンプトを入力してください",
"webSearchFollowUpPromptPlaceholder": "Web検索フォローアッププロンプト"
},
"advanced": {
"label": "Ollama URL の高度な設定",
"urlRewriteEnabled": {
"label": "カスタムOriginのURLを有効化または無効化する"
},
"rewriteUrl": {
"label": "カスタムOriginのURL",
"placeholder": "カスタムOriginのURLを入力"
},
"help": "PageAssistでOllamaに接続の問題がある場合は、カスタムOriginのURLを設定できます。設定の詳細については、<anchor>ここをクリック</anchor>してください。"
}
}
},