feat: Add AI API Custom Params

This commit is contained in:
FlyLoongZ
2025-08-11 12:12:03 +08:00
parent 39b3b00117
commit be6e34ba52
4 changed files with 44 additions and 0 deletions

View File

@@ -228,6 +228,14 @@ export const I18N = {
zh: `请求超时时间 (5000-30000ms)`,
en: `Request Timeout Time (5000-30000ms)`,
},
api_custom_params: {
zh: `API自定义参数`,
en: `API Custom Params`,
},
api_custom_params_help: {
zh: `使用JSON格式例如 "top_p": 0.7`,
en: `Use JSON format, for example "top_p": 0.7`,
},
min_translate_length: {
zh: `最小翻译字符数 (1-100)`,
en: `Minimum number Of Translated Characters (1-100)`,