coteerratu commited on
Commit
069fb43
1 Parent(s): c9314ad

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bind": "[::]:8181",
3
+ "timeout": 600,
4
+ "proxy_url": "",
5
+ "real_logout": false,
6
+ "cookie_secret": "1234567890abcdefghijklmnopqrstuv",
7
+ "openai_base_url": "https://api.openai.com/v1",
8
+ "openai_api_key": "sk-xxx",
9
+ "moderation_enabled": false
10
+ }