CalPod_Assistant / config.json
BobC1368's picture
Upload config.json
165f7d5 verified
{
"name": "CalPod_Assistant",
"version": "1.0.0",
"port": 8080,
"database": {
"host": "localhost",
"port": 5432,
"username": "BobC1368",
"password": "!5hypEA$x+g2MEj"
},
"features": [
"feature1",
"feature2",
"feature3"
],
"model_type": "gpt-4",
"model_name": "BobC1368/CalPod_Assistant"
}