Felix5572 commited on
Commit
ef94554
·
1 Parent(s): d01b30d

upload config

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "openai_api_key": "${{ openrouter_api_key }}",
3
+ "openai_api_base": "https://openrouter.ai/api/",
4
+ "midjourney_temp_folder": "files",
5
+ "users": [
6
+ [
7
+ "felix5572",
8
+ "${{ default_password }}"
9
+ ]
10
+ ],
11
+ "hide_history_when_not_logged_in": true,
12
+ "check_update": false,
13
+ "bot_avatar": "default",
14
+ "user_avatar": "default",
15
+ "default_chuanhu_assistant_model": "gpt-4",
16
+ "latex_option": "default",
17
+ "hide_my_key": false
18
+ }