User aborted request - OpenAI

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:

  1. User abort issue happens with gpt-4-0613, gpt-4-0314, gpt-4
  2. 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:
CleanShot 2023-11-02 at 10.08.14


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.