-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
31 lines (26 loc) · 1.28 KB
/
ext_conf_template.txt
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
# cat=OpenAI Settings//10; type=string; label=API Key
openaiApiKey =
# cat=OpenAI Settings//11; type=options[o1-preview, o1-mini, gpt-4o, gpt-4, gpt-3.5-turbo]; label=Model
openaiApiModel =
# cat=Deepl Settings/12; type=string; label= Deepl API Key
deeplApiKey =
# cat=Deepl Settings/13; type=string; label= Deepl API Url
deeplApiUrl = https://api-free.deepl.com/v2/translate
# cat=Google Translate Settings/14; type=string; label= Google translate API Key
googleApiKey =
# cat=Google Translate Settings/15; type=string; label= Google translate API Url
googleApiUrl = https://translation.googleapis.com/language/translate/v2
# cat=Gemini settings//16; type=string; label=API Key
geminiApiKey =
# cat=Gemini settings//17; type=options[gemini-1.5-pro, gemini-1.5-flash, gemini-1.0-pro, gemini-pro-vision, text-embedding-004]; label=Model
geminiApiModel =
# cat=Crowdin settings//18; type=string; label=Access Token
accessToken =
# cat=Crowdin settings//19; type=string; label=Crowdin ApiUrl
crowdinApiUrl = https://api.crowdin.com/api/v2/
# cat=General settings//21; type=boolean; label=Enable Manual translation
enableManualtranslation = 1
# cat=General settings//22; type=boolean; label=Enable Localization
enableLocalization = 1
# cat=General settings//23; type=boolean; label=Enable Logs
enableLogs = 1