luce commited on
Commit
2f31976
·
verified ·
1 Parent(s): 8b15466

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +20 -0
config.yaml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Sessions configuration
2
+ sessions:
3
+ - sessionKey: "sk-ant-sid01-xxxx"
4
+ orgID: ""
5
+ - sessionKey: "sk-ant-sid01-yyyy"
6
+ orgID: ""
7
+
8
+ # Server address
9
+ address: "0.0.0.0:8080"
10
+
11
+ # API authentication key
12
+ apiKey: "123"
13
+
14
+ # Other configuration options...
15
+ chatDelete: true
16
+ maxChatHistoryLength: 10000
17
+ noRolePrefix: false
18
+ promptDisableArtifacts: false
19
+ enableMirrorApi: false
20
+ mirrorApiPrefix: ""