CodeGPT.nvim icon indicating copy to clipboard operation
CodeGPT.nvim copied to clipboard

CodeGPT is a plugin for neovim that provides commands to interact with ChatGPT.

Results 3 CodeGPT.nvim issues
Sort by recently updated
recently updated
newest added

when I configure openai_api_key in config.lua like below: vim.g["codegpt_openai_api_key"] = os.getenv("sk-**********************I") how do I fix this bug? Error Message: Error executing Lua callback: ...ack/packer/start/CodeGPT.nvim/lua/codegpt/openai_api.lua:87: OpenAIApi Key not found, set in...

As I'm trying to get this configured I've run into the following issue after any `:Chat` call: ``` Error: post https://api.openai.com/v1/chat/completions - curl error exit_code=23 stderr={ "curl: (23) Failed writing...

Hi, With the recent introduction of Codestral (https://mistral.ai/news/codestral/), I am wondering if a support is planned or would be easy to implement for nvim, particularly with the FIM feature. So...