zxc4wewewe commited on
Commit
1c367f2
·
verified ·
1 Parent(s): 1f3744e

Create settings/app.json

Browse files
Files changed (1) hide show
  1. settings/app.json +19 -0
settings/app.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "appName": "AI Chat Assistant",
3
+ "version": "1.0.0",
4
+ "server": {
5
+ "host": "localhost",
6
+ "port": 5000,
7
+ "debug": true
8
+ },
9
+ "chat": {
10
+ "defaultTemperature": 0.3,
11
+ "defaultMaxTokens": 500,
12
+ "historyLimit": 50
13
+ },
14
+ "ui": {
15
+ "theme": "light",
16
+ "showAnalytics": true,
17
+ "showMap": true
18
+ }
19
+ }