You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had an IO error when calling the 'title' model, which is used to create a chat title.
As the exception is not handled properly, the exception is raised breaking the API->UI stream.
Ideally internal errors during a chat call will not stop the stream. For the title message we might want to supress/log the error and try to create a title later in the conversation (from the first message send by the user).
The text was updated successfully, but these errors were encountered:
I have had an IO error when calling the 'title' model, which is used to create a chat title.
As the exception is not handled properly, the exception is raised breaking the API->UI stream.
Ideally internal errors during a chat call will not stop the stream. For the title message we might want to supress/log the error and try to create a title later in the conversation (from the first message send by the user).
The text was updated successfully, but these errors were encountered: