DazedTL/.env.example
2023-12-21 15:24:25 -06:00

33 lines
No EOL
909 B
Text

#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"