Bruno Oliveira
Bruno Oliveira
**What this PR does / why we need it**: This serves to update the spec section related to "host or none" to match the current documentation available in the current...
Hi, I've seen that there was work done to create a kind of completions endpoint similar to ChatGPT. That's absolutely awesome. However it seems like it was running locally in...
Hi, When I install the plugin from the Zip downloaded from the intellij website, I get the interface but after starting up, it says it couldnt load the heroku toolbar...
**Describe the bug** When streaming a completion, the results are still all aggregated and arrive sequentially instead of "streamed". ***Exception or Stack Trace*** No stacktrace **To Reproduce** Make a streaming...
Ensure streaming works in "real-time" fix: Ensure streaming chunks are emitted individually to the client Problem: The previous implementation combined multiple chunks into a single response, causing all data to...