-
Notifications
You must be signed in to change notification settings - Fork 40
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
Emacs unresponsive when using ellama-chat #170
Comments
@ahyatt do you have any ideas? |
I wonder if something might be happening where some elisp running in Emacs is not relinquishing control back to Emacs, causing it not to be able to update the UI. @ArthurHeymans is there anything else you are in doing in the background in Emacs that might be interfering? Or is there any other clues you might have about how to reproduce this? |
So with vanilla emacs I don't have this problem, but with my configuration of doom emacs it is a problem. Weirdly enough if I use doom emacs with https://github.com/marienz/nix-doom-emacs-unstraightened on nixos the problem is also not present. |
Looks like it's a problem with your configuration. Try to localize it first. |
Ok I figured it out: Do you think this worth mentioning in the ellama readme as doom emacs is rather popular? I can send a PR if you think it's a good idea |
I think this makes sense. It's interesting why this mode so resource heavy. Maybe it's worth also raise an issue in doom emacs repo. |
When using ellama chat (in this case with gpt4-o), emacs becomes completely unresponsive a few times.
When emacs becomes responsive again a lof of the llm response is suddenly filled in.
Including those unresponsive times it takes a lot longer to get a response.
The text was updated successfully, but these errors were encountered: