forked from sh2288/DazedMTLTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
33 lines (23 loc) · 909 Bytes
/
.env.example
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
#API link, leave blank to use OpenAI API
api=""
#API key
key="<OPEN_API_KEY>"
#Oranization key, make something up for self hosted or other API
organization="OPEN_API_ORG>"
#LLM model name, use gpt-3.5-turbo-1106 or gpt-3.5-turbo or gpt-4-1106-preview for OpenAI API
#For text generation webui use gpt-3.5-turbo, for other API's consult their documentation
model="gpt-4-1106-preview"
#The language to translate TO, Don't forget to change the prompt
language="English"
#The timeout before disconnect error, 30 to 120 recommended
timeout="120"
#The number of files to translate at the same time, 1 recommended for free or self hosted API or gpt-4
fileThreads="1"
#The number of threads per file, 1 recommended for free or self hosted API or gpt-4
threads="1"
#The wordwrap of dialogue text
width="60"
#The wordwap of items and help text
listWidth="80"
#The wordwap of items and help text
noteWidth="60"