Spaces:
Runtime error
Runtime error
| { | |
| "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 | |
| } | |
| } | |