560 lines
11 KiB
JSON
Raw Normal View History

2024-01-08 23:37:00 +08:00
{
"lingva":{
"args": {
"host": "translate.plausibility.cloud"
}
},
"baiduapi": {
"args": {
"注册网址": "https://fanyi-api.baidu.com/api/trans/product/desktop",
"APP ID": "",
"密钥": "",
"字数统计": "0",
"次数统计": "0"
},
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},"feishu": {
"args": {
"注册网址": "https://open.feishu.cn/document/ukTMukTMukTM/ukDNz4SO0MjL5QzM/auth-v3/auth/tenant_access_token_internal",
"app_id": "",
"app_secret": ""
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"caiyunapi": {
"args": {
"注册网址": "https://fanyi.caiyunapp.com/#/",
"Token": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"deeplapi-free": {
"args": {
"注册网址": "https://www.deepl.com/translator",
"DeepL-Auth-Key": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"deeplapi": {
"args": {
"注册网址": "https://www.deepl.com/translator",
"DeepL-Auth-Key": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"yandexapi": {
"args": {
"key": ""
}
},
"googleapi": {
"args": {
"key": ""
}
},"yakuyaku": {
"args": {
"路径": ""
}
,
"argstype":{
"路径":{
"type":"file",
"dir":true
}
}
},
"huoshanapi": {
"args": {
"注册网址": "https://www.volcengine.com/docs/4640/130872",
"Access Key ID": "",
"Secret Access Key": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"tencentapi": {
"args": {
"注册网址": "https://console.cloud.tencent.com/cam/capi",
"SecretId": "",
"SecretKey": "", "Region":0,
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
},
"Region":{
"type":"combo",
"list":["ap-beijing","ap-shanghai","ap-chengdu","ap-chongqing","ap-guangzhou","ap-hongkong","ap-mumbai","ap-seoul","ap-shanghai-fsi","ap-shenzhen-fsi","ap-singapore","ap-tokyo","ap-bangkok","eu-frankfurt","na-ashburn","na-siliconvalley","na-toronto"]
}
}
},
"xiaoniu": {
"args": {
"注册网址": "https://niutrans.com/text_trans",
"apikey": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"youdaoapi": {
"args": {
"注册网址": "https://ai.youdao.com/product-fanyi-text.s",
"APP_KEY": "",
"APP_SECRET": "",
"字数统计": "0",
"次数统计": "0"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"chatgpt": {
"is_gpt_like":true,
"args": {
"注册网址": "https://platform.openai.com/account/api-keys",
"注册网址2": "https://learn.microsoft.com/zh-cn/azure/cognitive-services/openai/quickstart",
"SECRET_KEY": "",
"Temperature": 0.3,
"model":"gpt-3.5-turbo",
"附带上下文个数":0,
"OPENAI_API_BASE":"https://api.openai.com/v1",
2024-02-08 22:41:56 +08:00
"Appedix":"/chat/completions",
2024-01-08 23:37:00 +08:00
"使用自定义promt":false,
2024-02-08 22:41:56 +08:00
"自定义promt":"",
"api_type":0
2024-01-08 23:37:00 +08:00
}
,
"argstype":{
2024-02-08 22:41:56 +08:00
"api_type":{
"type":"combo",
"list":["open_ai","azure","azure_ad"]
},
2024-01-08 23:37:00 +08:00
"使用自定义promt":{
"type":"switch"
},
"附带上下文个数":{
"type":"intspin",
"min":0,
"max":10,
"step":1
},
"注册网址":{
"type":"label",
"islink":true
},
"注册网址2":{
"type":"label",
"islink":true
},
"Temperature":{
"type":"spin",
"min":0,
"max":1,
"step":0.1
}
}
},
"chatgpt-3rd-party": {
"is_gpt_like":true,
"args": {
"注册地址": "https://platform.openai.com/account/api-keys",
"项目地址": "https://github.com/songquanpeng/one-api",
"使用说明": "直接调用chat/completions接口而不使用openaiSDK。\n可以使用官方的Key也可以使用one-api对多个ChatGPT账户进行聚合请求避免出现限流。\n也兼容大多数第三方接口接口地址请填写到/v1即可。",
"SECRET_KEY": "",
"Temperature": 0.3,
"model":"gpt-3.5-turbo",
"附带上下文个数":0,
"API接口地址":"https://api.openai.com/v1",
"使用自定义promt":false,
"自定义promt":""
}
,
"argstype":{
"使用自定义promt":{
"type":"switch"
},
"附带上下文个数":{
"type":"intspin",
"min":0,
"max":10,
"step":1
},
"注册地址":{
"type":"label",
"islink":true
},
"项目地址":{
"type":"label",
"islink":true
},
"使用说明":{
"type":"label",
"islink":false
},
"Temperature":{
"type":"spin",
"min":0,
"max":1,
"step":0.1
}
}
},
"jb7": {
"args": {
"路径": "",
"用户词典1(可选)":"",
"用户词典2(可选)":"",
"用户词典3(可选)":"",
"备注":"用户词典选择JcUserdic文件夹"
}
,
"argstype":{
"备注":{
"type":"label"
},
"路径":{
"type":"file",
"dir":true
},
"用户词典1(可选)":{
"type":"file",
"dir":true
},
"用户词典2(可选)":{
"type":"file",
"dir":true
},
"用户词典3(可选)":{
"type":"file",
"dir":true
}
}
},
"kingsoft": {
"args": {
"路径": ""
},
"argstype":{
"路径":{
"type":"file",
"dir":true
}
}
},
"dreye": {
"args": {
"路径": ""
},
"argstype":{
"路径":{
"type":"file",
"dir":true
}
}
},
"rengong": {
"args": {
"json文件": ""
},
"argstype":{
"json文件":{
"type":"file",
"dir":false,
"filter":"*.json",
"multi":true
}
}
},"rengong_vnr": {
"args": {
"xml文件": ""
},
"argstype":{
"xml文件":{
"type":"file",
"dir":false,
"filter":"*.xml"
}
}
},
"premt": {
"args": {
"sqlite文件": "",
"仅使用激活的翻译":false
},
"argstype":{
"sqlite文件":{
"type":"file",
"dir":false,
"filter":"*.sqlite"
},
"仅使用激活的翻译":{
"type":"switch"
}
}
}
,
"azure":{
"args":{
"key1":"",
"Location":"",
"注册网址": "https://learn.microsoft.com/zh-cn/azure/cognitive-services/Translator/quickstart-translator?tabs=python"
},
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
}
,
"ibm": {
"args": {
"apiurl": "",
"apikey": "",
"注册网址": "https://cloud.ibm.com/apidocs/language-translator"
},
"argstype": {
"注册网址": {
"type": "label",
"islink": true
}
}
},
"aliyunapi": {
"args": {
"Access_Key": "",
"SECRET_KEY": "",
"注册网址": "https://cn.aliyun.com/product/ai/alimt"
},
"argstype": {
"注册网址": {
"type": "label",
"islink": true
}
}
},
"oneringtranslator": {
"args": {
"注册网址": "https://github.com/janvarev/OneRingTranslator"
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"gemini": {
"args": {
"注册网址": "https://ai.google.dev/tutorials/python_quickstart",
"api-key":""
}
,
"argstype":{
"注册网址":{
"type":"label",
"islink":true
}
}
},
"ort_sp": {
"args": {
"路径": "",
"最大生成长度": 128,
"最小生成长度": 1,
"柱搜索数": 8,
"序列数": 1,
"过长惩罚": 1.4,
"重复惩罚": 1.7
},
"argstype":{
"路径":{
"type":"file",
"dir":true
},
"序列数":{
"type":"intspin",
"min":0,
"max":10000,
"step":1
},"最大生成长度":{
"type":"intspin",
"min":0,
"max":10000,
"step":1
},
"最小生成长度":{
"type":"intspin",
"min":0,
"max":10000,
"step":1
},"柱搜索数":{
"type":"intspin",
"min":0,
"max":10000,
"step":1
},
"过长惩罚":{
"type":"spin",
"min":0,
"max":10000,
"step":0.1
},
"重复惩罚":{
"type":"spin",
"min":0,
"max":10000,
"step":0.1
}
}
},
"sakura": {
"args": {
"Sakura部署教程": "https://github.com/SakuraLLM/Sakura-13B-Galgame/wiki",
2024-01-08 23:37:00 +08:00
"Github仓库": "https://github.com/SakuraLLM/Sakura-13B-Galgame",
"API接口地址": "http://127.0.0.1:8080/",
"API超时(秒)": 30,
2024-01-08 23:37:00 +08:00
"利用上文信息翻译(通常会有一定的效果提升,但会导致变慢)": false,
"附带上下文个数(必须打开利用上文翻译)": 3,
2024-01-08 23:37:00 +08:00
"temperature": 0.1,
"top_p": 0.3,
"num_beams": 1,
"do_sample": true,
"max_new_token": 128,
"repetition_penalty": 1,
"frequency_penalty": 0,
"fix_degeneration": true
},
"argstype":{
"Sakura部署教程":{
"type":"label",
"islink": true
},
"Github仓库":{
"type":"label",
"islink": true
},
"使用说明":{
"type":"label",
"islink":false
},
"API超时(秒)":{
"type":"intspin",
"min":30,
"max":120,
"step":1
},
2024-01-08 23:37:00 +08:00
"利用上文信息翻译(通常会有一定的效果提升,但会导致变慢)": {
"type": "switch"
},
"附带上下文个数(必须打开利用上文翻译)":{
"type":"intspin",
"min":1,
"max":32,
"step":1
},
2024-01-08 23:37:00 +08:00
"temperature":{
"type":"spin",
"min":0,
"max":2,
"step":0.1
},
"top_p":{
"type":"spin",
"min":0,
"max":1,
"step":0.01
},
"num_beams":{
"type":"intspin",
"min":1,
"max":16,
"step":1
},
"do_sample":{
"type": "switch"
},
"fix_degeneration":{
"type": "switch"
},
"max_new_token":{
"type":"intspin",
"min":1,
"max":4096,
"step":1
},
"repetition_penalty":{
"type":"spin",
"min":0,
"max":2,
"step":0.1
},
"frequency_penalty":{
"type":"spin",
"min":0,
"max":2,
"step":0.05
}
}
}
}