BobC1368 commited on
Commit
165f7d5
·
verified ·
1 Parent(s): b871b38

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "CalPod_Assistant",
3
+ "version": "1.0.0",
4
+ "port": 8080,
5
+ "database": {
6
+ "host": "localhost",
7
+ "port": 5432,
8
+ "username": "BobC1368",
9
+ "password": "!5hypEA$x+g2MEj"
10
+ },
11
+ "features": [
12
+ "feature1",
13
+ "feature2",
14
+ "feature3"
15
+ ],
16
+ "model_type": "gpt-4",
17
+ "model_name": "BobC1368/CalPod_Assistant"
18
+ }