{ "general": { "name": "GPT-4", "desc": "OpenAI's newest GPT text-generation AI", "ais": ["huggingface"], "db": { "url": "SURREAL_DB_URL_HERE", "user": "USER_HERE", "pass": "PASS_HERE", "namespace": "NS_HERE", "database": "DB_HERE" } }, "websocket": { "enabled": true, "debug": false, "hostname": "localhost", "port": 3012 }, "discord": { "channels": [ "CHANNEL_ID_HERE" ], "token": "TOKEN_HERE" }, "huggingface": { "tokens": [ "TOKEN_HERE" ], "memoryLen": 5, "model": "EleutherAI/gpt-neo-2.7B" } }