UdaraJay / Pile

Desktop app for digital journaling.
https://udara.io/pile
MIT License
2.06k stars 111 forks source link

Close ai post reply on error #80

Closed terror closed 7 months ago

terror commented 8 months ago

When there's an error requesting the openai api, the user is left with a blank reply -- this PR fixes that by closing the reply when the notification is shown to the user. We technically know sooner when an error has occurred, but this makes for a cleaner UX.