-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support Cancellation #27
Comments
Stebalien
added a commit
to Stebalien/ellama
that referenced
this issue
Dec 22, 2023
This: 1. Adds a `ellama-cancel` function that cancels the LLM query associated with the current buffer. 2. Automatically cancels the query if the associated buffer is killed. fixes s-kostyaev#27
Stebalien
added a commit
to Stebalien/ellama
that referenced
this issue
Dec 22, 2023
This: 1. Adds a `ellama-cancel` function that cancels the LLM query associated with the current buffer. 2. Automatically cancels the query if the associated buffer is killed. fixes s-kostyaev#27
Hi, @Stebalien It looks like cancellation is now supported in llm. P.S. |
@tomoya Thank you for the kind words |
Stebalien
added a commit
to Stebalien/ellama
that referenced
this issue
Dec 24, 2023
This: 1. Adds a `ellama-cancel` function that cancels the LLM query associated with the current buffer. 2. Automatically cancels the query if the associated buffer is killed. fixes s-kostyaev#27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once ahyatt/llm#11 is merged and released, it'll be possible to cancel
llm
queries. Ideally:The text was updated successfully, but these errors were encountered: