Adjust addl. params YAML placeholders Fixes #4333
| @@ -1133,11 +1133,11 @@ | ||
| 1133 | 1133 | "prompt_post_processing_none": "Отсутствует", |
| 1134 | 1134 | "Additional Parameters": "Доп. параметры", |
| 1135 | 1135 | "Include Body Parameters": "Добавить параметры в тело", |
| 1136 | 1136 | "custom_include_body_desc": "Эти параметры будут добавлены в тело запроса к API Chat Completion (YAML-объект)\n\nПример:\n- top_kntop_k: 20\n- repetition_penaltynrepetition_penalty: 1.1", |
| 1137 | 1137 | "Exclude Body Parameters": "Исключить параметры из тела", |
| 1138 | 1138 | "custom_exclude_body_desc": "Эти параметры будут исключены из тела запроса к API Chat Completion (YAML-массив)\n\nПример:\n- frequency_penalty\n- presence_penalty", |
| 1139 | 1139 | "Include Request Headers": "Добавить заголовки запроса", |
| 1140 | 1140 | "custom_include_headers_desc": "Дополнительные заголовки, добавляемые к запросу в API Chat Completion (YAML-объект)\n\nПример:\n- CustomHeadernCustomHeader: custom-value\n- AnotherHeadernAnotherHeader: custom-value", |
| 1141 | 1141 | "Groq API Key": "Ключ от API Groq", |
| 1142 | 1142 | "Groq Model": "Модель Groq", |
| 1143 | 1143 | "Perplexity API Key": "Ключ от API Perplexity", |
| @@ -1782,11 +1782,11 @@ | ||
| 1782 | 1782 | "(Leave empty to auto-generate)": "(留空以自动生成)", |
| 1783 | 1783 | "The currently existing checkpoint will be unlinked and replaced with the new checkpoint, but can still be found in the Chat Management.": "当前检查点将会被解绑并替换为新的检查点,但仍可在聊天管理中找到。", |
| 1784 | 1784 | "Include Body Parameters": "包括主体参数", |
| 1785 | 1785 | "custom_include_body_desc": "聊天完成请求主体中要包含的参数(YAML 对象)\n\n示例:\n- top_kntop_k:20\n- repetition_penaltynrepetition_penalty:1.1", |
| 1786 | 1786 | "Exclude Body Parameters": "排除主体参数", |
| 1787 | 1787 | "custom_exclude_body_desc": "要从聊天完成请求主体中排除的参数(YAML 数组)\n\n示例:\n- frequency_penalty\n- presence_penalty", |
| 1788 | 1788 | "Include Request Headers": "包含请求标头", |
| 1789 | 1789 | "custom_include_headers_desc": "聊天完成请求的附加标头(YAML 对象)\n\n示例:\n- CustomHeadernCustomHeader:自定义值\n- AnotherHeadernAnotherHeader:自定义值", |
| 1790 | 1790 | "Functions in this category are for advanced users only. Don't click anything if you're not sure about the consequences.": "此类别中的功能仅供高级用户使用。如果您不确定后果,请不要点击任何内容。", |
| 1791 | 1791 | "THIS IS PERMANENT!": "此操作不可逆!", |
| 1792 | 1792 | "Also delete the chat files": "同时删除聊天文件", |
| @@ -1909,11 +1909,11 @@ | ||
| 1909 | 1909 | "chat_rename_3": "這將斷開各檢查點間的連結。", |
| 1910 | 1910 | "chat_rename_4": "無需在結尾加上 `.jsonl`。", |
| 1911 | 1911 | "Include Body Parameters": "包含請求主體參數", |
| 1912 | 1912 | "custom_include_body_desc": "包含在 Chat Completion 請求體中的參數(YAML 格式)\n\n範例:\n- top_kntop_k: 20\n- repetition_penaltynrepetition_penalty: 1.1", |
| 1913 | 1913 | "Exclude Body Parameters": "排除請求主體參數", |
| 1914 | 1914 | "custom_exclude_body_desc": "排除於 Chat Completion 請求體中的參數(YAML 格式)\n\n範例:\n- frequency_penalty\n- presence_penalty", |
| 1915 | 1915 | "Include Request Headers": "包含請求標頭(Request Headers)", |
| 1916 | 1916 | "custom_include_headers_desc": "新增於 Chat Completion 請求的自定義標頭(YAML 格式)\n\n範例:\n- CustomHeadernCustomHeader: custom-value\n- AnotherHeadernAnotherHeader: custom-value", |
| 1917 | 1917 | "THIS IS PERMANENT!": "這是「永久性」的!", |
| 1918 | 1918 | "Also delete the chat files": "同時刪除此聊天檔案", |
| 1919 | 1919 | "Are you sure you want to duplicate this character?": "您確定要複製該角色嗎?", |
| @@ -2,7 +2,7 @@ | ||
| 2 | 2 | <h3 data-i18n="Additional Parameters">Additional Parameters</h3> |
| 3 | 3 | <div class="flex1 flex-container flexFlowColumn"> |
| 4 | 4 | <h4 data-i18n="Include Body Parameters">Include Body Parameters</h4> |
| 5 | 5 | <textarea id="custom_include_body" class="flex1" placeholder="Parameters to be included in the Chat Completion request body (YAML object) Example: - top_k: 20 - repetition_penalty: 1.1" data-i18n="[placeholder]custom_include_body_desc"></textarea> |
| 6 | 6 | </div> |
| 7 | 7 | <div class="flex1 flex-container flexFlowColumn"> |
| 8 | 8 | <h4 data-i18n="Exclude Body Parameters">Exclude Body Parameters</h4> |
| @@ -10,6 +10,6 @@ | ||
| 10 | 10 | </div> |
| 11 | 11 | <div class="flex1 flex-container flexFlowColumn"> |
| 12 | 12 | <h4 data-i18n="Include Request Headers">Include Request Headers</h4> |
| 13 | 13 | <textarea id="custom_include_headers" class="flex1" placeholder="Additional headers for Chat Completion requests (YAML object) Example: - CustomHeader: custom-value - AnotherHeader: custom-value" data-i18n="[placeholder]custom_include_headers_desc"></textarea> |
| 14 | 14 | </div> |
| 15 | 15 | </div> |