leona / helix-gpt

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

Fix `authCopilot` to work without `copilotApiKey` present #31

Closed bruwozniak closed 4 months ago

bruwozniak commented 4 months ago

The purpose of auth is to obtain the key so it should not be checking for said key's presence.

bruwozniak commented 4 months ago

Fixed by #29