File size: 414 Bytes
b043e7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "open_ai_key": "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",
  "temperature": 0.1,
  "language": "English",
  "open_ai_chat_model": "gpt-3.5-turbo-16k-0613",
  "use_stream": false,
  "use_postgres": false,
  "index_path": "./temp",
  "postgres_url": "postgresql://localhost:5432/mydb",
  "mode": "webui",
  "api_port": 9531,
  "api_host": "localhost",
  "webui_port": 7860,
  "webui_host": "0.0.0.0"
}