Replies: 1 comment 4 replies
-
I had this problem. How did you encrypt the file? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a problem if I set up the OpenAI API key with GPG with a passphrase?
I've tried to use it like in the plugin documentation:
If I print it out in my terminal with
gpg --decrypt secret.txt.gpg
the GPG prompt asks for my passphrase. I pass it - the API key is correct.But if I start Neovim, the message occors:
[ChatGPT] [WARN 09:23:59] my-home-directory/.local/share/nvim/site/pack/packer/start/ChatGPT.nvim/lua/chatgpt/api.lua:163: Config 'api_key_cmd' did not return a value when executed
Is that because of the passphrase?
Beta Was this translation helpful? Give feedback.
All reactions