-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unresponsive Chat #77
Comments
Thanks for raising the issue @rosiecakes5! 🚀 Just to clarify: Does the chat stay in this "loading" state forever or does it throw an error at some point, e.g. a network timeout? |
@philippzagar @rosiecakes5 I suspect that this is due to a log of tool calls in the background. If it stays there forever we might have a state management issue. In the long run, we should use this as a motivation to highlight some of the underlying state (such as tool calls and other things) to the user in a very simple manner like OpenAI does it using their shimmering effect. |
@philippzagar @rosiecakes5 I didn't experience an infinite hang in my extended testing yesterday. @jdisho What about you? Totally agree with @PSchmiedmayer, we should expose more information regarding such long-running function calls to the user: StanfordSpezi/SpeziLLM#108 |
There were so many nasty errors yesterday but I do remember some instances that this ended up loading indefinitely. After working on #80 I didn't notice any kind of bug in this form. |
Thank you @jdisho! |
Description
Chat stops responding, and resolves once restarting the app
Reproduction
This occurred when I began a new chat.
Expected behavior
Chat would send greeting message
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: