NeuroGPT / backend /config.py
CostalCry's picture
Upload folder using huggingface_hub
412be29 verified
raw
history blame contribute delete
No virus
101 Bytes
app = {
'host': '0.0.0.0',
'port': 1337,
'debug': True
}
request = {
'timeout': 60
}