feat: Add AI API Custom Params
This commit is contained in:
@@ -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)`,
|
||||
|
||||
Reference in New Issue
Block a user