File size: 323 Bytes
1c367f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "appName": "AI Chat Assistant",
  "version": "1.0.0",
  "server": {
    "host": "localhost",
    "port": 5000,
    "debug": true
  },
  "chat": {
    "defaultTemperature": 0.3,
    "defaultMaxTokens": 500,
    "historyLimit": 50
  },
  "ui": {
    "theme": "light",
    "showAnalytics": true,
    "showMap": true
  }
}