-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathconfig.json
38 lines (38 loc) · 824 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"count": 2,
"translation_services": {
"Doubao": {
"auth_key": "XX",
"model_name": "ep-20250218225515-k55kc"
},
"Qwen": {
"auth_key": "XX",
"model_name": "qwen-plus"
},
"deepseek": {
"auth_key": "XX",
"model_name": "ep-20250218224909-gps4n"
},
"openai": {
"auth_key": "XX",
"model_name": "gpt-4o-mini"
},
"deepl": {
"auth_key": "XX"
},
"youdao": {
"app_key": "XX",
"app_secret": "XX"
}
},
"ocr_services": {
"tesseract": {
"path": "C:\\Program Files\\Tesseract-OCR\\tesseract.exe"
}
},
"default_services": {
"ocr_model": false,
"Enable_translation": true,
"Translation_api": "Doubao"
}
}