-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
63 lines (62 loc) · 4.7 KB
/
Copy pathext_conf_template.txt
File metadata and controls
63 lines (62 loc) · 4.7 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# cat=AI Suite API; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:aiSuiteApiKey
aiSuiteApiKey =
# cat=AI Suite API; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:aiSuiteServer
aiSuiteServer = https://api.autodudes.de/
# cat=Translation; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:translateFlexFormFields
translateFlexFormFields = 1
# cat=Translation; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:updateDeeplGlossaries
updateDeeplGlossaries = 1
# cat=Translation; type=options[OpenAI=ChatGPT,Claude=Anthropic,Meta Llama-3.3 (70B-Instruct)=AiSuiteTextUltimate]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:easyLanguageLibrary
easyLanguageLibrary = ChatGPT
# cat=Translation; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:disableTranslationFunctionality
disableTranslationFunctionality = 0
# cat=Translation; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:enableAutoTranslateOnSave
enableAutoTranslateOnSave = 0
# cat=Translation; type=options[Page module (apply on open)=pageModule,CLI scheduler=cli,Directly on save=direct]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:autoTranslateMode
autoTranslateMode = pageModule
# cat=Translation; type=options[OpenAI=ChatGPT,DeepL=Deepl,Google Translate=GoogleTranslate,Claude=Anthropic,Mittwald AI=MittwaldMinistral14B]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:autoTranslateModel
autoTranslateModel = ChatGPT
# cat=Translation; type=int+; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:autoTranslateMaxElementsPerSave
autoTranslateMaxElementsPerSave = 15
# cat=Metadata; type=options[1=1,2=2,3=3,4=4,5=5]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataSuggestionCount
metadataSuggestionCount = 5
# cat=Media; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:mediaStorageFolder
mediaStorageFolder =
# cat=HTTP Basic Auth; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:basicAuthEnable
basicAuth.enable = 0
# cat=HTTP Basic Auth; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:basicAuthUser
basicAuth.user =
# cat=HTTP Basic Auth; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:basicAuthPass
basicAuth.pass =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:openAiApiKey
openAiApiKey =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:anthropicApiKey
anthropicApiKey =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:googleTranslateApiKey
googleTranslateApiKey =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:deeplApiKey
deeplApiKey =
# cat=Bring your own keys; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:deeplApiMode
deeplApiMode =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:midjourneyApiKey
midjourneyApiKey =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:midjourneyId
midjourneyId =
# cat=Bring your own keys; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:aiModelHubApiKey
aiModelHubApiKey =
# cat=Metadata; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataAutogenerateTitle
metadataAutogenerateTitle =
# cat=Metadata; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataAutogenerateAlternative
metadataAutogenerateAlternative =
# cat=Metadata; type=options[Vision=Vision]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataAutogenerateModel
metadataAutogenerateModel = Vision
# cat=Metadata; type=options[Add generated suggestions to TaskEngine=taskEngine,Save (first suggestion) directly=saveDirectly]; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataAutogenerateApproach
metadataAutogenerateApproach = taskEngine
# cat=Metadata; type=string; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:metadataAutogeneratePrompt
metadataAutogeneratePrompt =
# cat=Metadata; type=int+; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:minPlausiblePageContentLength
minPlausiblePageContentLength = 100
# cat=GDPR; type=boolean; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:forceGdpa
forceGdpa = 0
# cat=Background Tasks; type=int+; label=LLL:EXT:ai_suite/Resources/Private/Language/ext_conf.xlf:maxTasks
maxTasks = 50