maciej-trebacz/gptinker

fix: handle errors and timeouts from GPT-4 API

Closed this issue · 1 comments

Currently the app does not gracefully handle any errors that come from OpenAI's API. It should detect these errors and notify the user, giving them an ability to retry requests.

This handles just errors for now, timeouts will be handled separately