ekkinox / yai

Your AI powered terminal assistant.
https://ekkinox.github.io/yai
MIT License
682 stars 32 forks source link

Runtime error after 15sec timeout passed on openai client connection #2

Closed ktsirkou closed 1 year ago

ktsirkou commented 1 year ago

This happens randomly, it is not related to a specific prompt, probably it is a connection issue.

Here is the screenshot of the error

Screen Shot 2023-03-20 at 14 51 03

ekkinox commented 1 year ago

The app has been completely refactored.

Now, interactions with chatGPT are not done anymore directly via net/http, but using a chatGPT client library offering robust network handling.

I cannot reproduce this issue anymore.