leona / helix-gpt

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

Having multiple providers running #39

Closed nilsherzig closed 3 months ago

nilsherzig commented 4 months ago

Is your feature request related to a problem? Please describe. I think the copilot handler can only to completion, right? Would be nice to also have gpt4 running for things like docs. Just running two instances doesn't really work.

Describe the solution you'd like A way to add more than one provider and an a way to assign each provider to a different lsp function.

Describe alternatives you've considered Running two instances, but that gets messy.

nilsherzig commented 4 months ago

Oh, looks like "generate docs" now also works with copilot. It timed out in my tests before creating this issue. But I think having more than one handler might still be useful.