continue
continue copied to clipboard
Continue Plugin throws an UnsupportedOperationException while streaming response when context provided is 32.5 KB or more
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows
- Continue: 0.0.27
- IDE : IntelliJ IDEA 2023.2.4 (Community Edition)
- LLM : CodeLama
Description
Continue plugin when used with IntelliJ IDEA ,throws an UnsupportedOperationException when the Context provided is of size 32.5 KB or more. continue_stacktrace.txt
To reproduce
Pre-Requisites:
A LLM available to process your prompts.
- Install the aforementioned Continue plugin version on IntelliJ.
- Select an LLM of your choice, in this case CodeLlama-34b-Instruct-hf.
- Provide a Context that is of size 32.5 KB or more. In this case a function written in Java 17.
- Provide a prompt to refactor the function .
Log output
No response
@swati-git Thanks for sharing the log. I've found the problem and have a fix, but we're working on a more roundabout method of solving this and many other long-awaited updates for JetBrains, so I'm going to ship them all at once this weekend. I will share a new version as soon as I have it ready, potentially even before it gets accepted to the store if you'd like early access
I'm just getting around to looking through older issues and found that this one has been solved, so I'm going to close the issue. Please let me know if for some reason the problem is still happening!