leona / helix-gpt

Code assistant language server for Helix with support for Copilot/OpenAI/Codeium/Ollama
MIT License
285 stars 19 forks source link

Perf #58

Open merisbahti opened 3 weeks ago

merisbahti commented 3 weeks ago

The best version of this that I've found.

Some minor patches by me, such as making it send an empty array of suggestions if chat-gpt didn't come up with a response in time. This lets other LSP's give their suggestions since helix will otherwise not show any suggestions from other lsps

sigmaSd commented 3 weeks ago

Hello you seem to have based this pr on my fork, maybe that is not on purpose, since it doesn't seem related to the pr

merisbahti commented 3 weeks ago

Totally intentional! Your fork rocks and I couldn't have made it work without it.

merisbahti commented 3 weeks ago

Or do you think that these suggestions would be better for your fork? I dont see much prs being merged here lately.

sigmaSd commented 3 weeks ago

I prefer for stuff to be merged upstream,I think you should rebase your pr ontop of this repo, so you have one commit instead of the current 20 commits