NeuroGPT / backend /config.py
OpkaGames's picture
Upload folder using huggingface_hub
870ab6b
app = {
'host': '0.0.0.0',
'port': 1337,
'debug': True
}
request = {
'timeout': 60
}