UdaraJay / Pile

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

Close ai post reply on error #80

Closed terror closed 3 months ago

terror commented 4 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.