Hey all! I have a Django REST Framework project that utilizes openai's chat completion code & I'm getting these errors from my backend (where DRF is hosted).
The requests seem to be timing out, but I think they're timing out too early...
I don't have a procfile, only user settings. How can I fix this to make the timeout longer?
I don't have a Procfile, but my "run command" is python manage.py makemigrations && python manage.py migrate