From 53762f39475d1ad14bec27f76913a0ebf9dfe6a6 Mon Sep 17 00:00:00 2001 From: Dazed Date: Thu, 21 Dec 2023 15:24:25 -0600 Subject: [PATCH] Defaults to env example --- .env.example | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.env.example b/.env.example index 6429ce5..a320e3c 100644 --- a/.env.example +++ b/.env.example @@ -1,30 +1,33 @@ #API link, leave blank to use OpenAI API -api="" +api="" #API key -key="" +key="" #Oranization key, make something up for self hosted or other API -organization="" +organization="OPEN_API_ORG>" -#LLM model name, use gpt-3.5-turbo-1106 or gpt-3.5-turbo or gpt-4 for OpenAI API +#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="" +model="gpt-4-1106-preview" #The language to translate TO, Don't forget to change the prompt -language="" +language="English" #The timeout before disconnect error, 30 to 120 recommended -timeout="" +timeout="120" #The number of files to translate at the same time, 1 recommended for free or self hosted API or gpt-4 -fileThreads="" +fileThreads="1" #The number of threads per file, 1 recommended for free or self hosted API or gpt-4 -threads="" +threads="1" #The wordwrap of dialogue text -width="" +width="60" #The wordwap of items and help text -listWidth="" \ No newline at end of file +listWidth="80" + +#The wordwap of items and help text +noteWidth="60" \ No newline at end of file