You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My sgpt config, including the .sgptrc file, is backed up via source control. This means I constantly need to manually make sure the OPENAI_API_KEY line is kept out of commits.
This is cumbersome and only takes one lapse in concentration to accidentally push my key.
A simple fix would be to let OPENAI_API_KEY point to a file path. This separate file would hold the key in plaintext, making it easier to keep out of version control.
My sgpt config, including the .sgptrc file, is backed up via source control. This means I constantly need to manually make sure the
OPENAI_API_KEY
line is kept out of commits.This is cumbersome and only takes one lapse in concentration to accidentally push my key.
A simple fix would be to let OPENAI_API_KEY point to a file path. This separate file would hold the key in plaintext, making it easier to keep out of version control.
Corresponding PR: #589
The text was updated successfully, but these errors were encountered: