jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

The Azure configuration is not read when it is defined in the vim configuration. Only from environment variables. #365

Closed alejandroclaro closed 4 months ago

alejandroclaro commented 6 months ago

When the configuration is defined with the *_cmd options, it does not work because they are being loaded asynchronously, but the URLs are build before the operation finishes.