Here are some other things I have tried that haven’t worked:
- Buy credits to increase rate limits with OpenAI
- Changing max length
- Generated a new API token with OpenAI
Edit: After investigating this further I have identified:
- User abort issue happens with gpt-4-0613, gpt-4-0314, gpt-4
- It works with: gpt-3.5-turbo
Edit2: I tested the exact same request in Postman using gpt-0613:
The request worked - the response time was exactly 2 minutes:
I also found this forum post in relation to the CallAPI:
It seems like when Glide times out, the API aborts a request, so longer responses like for gpt-4 requests are likely going to be aborted.