gpt-pilot
gpt-pilot copied to clipboard
[Enhancement]: API Key / Secret Management Feature
Version
Command Line Ubuntu Linux
Suggestion
I'm not allowed to leave API keys in my files. I have to use a key manager such as: secret-tool
. So instead of having to expose my API key in a file, it would be useful if there is an option to run a command that returns the API key. For example if you look at https://GitHub.com/jackMort/ChatGPT.nvim you will see how he has a api_key_cmd variable, so we don't have to expose our openai API key.
This would be great.