Closed sixlive closed 8 months ago
For almost all of the apps I use and build make use of the OPENAI_API_KEY variable name. This PR renames CHAT_GPT_API_KEY to bring it in line with this pseudo standard. It makes managing env secrets much easier IMO.
OPENAI_API_KEY
CHAT_GPT_API_KEY
Thanks!
For almost all of the apps I use and build make use of the
OPENAI_API_KEY
variable name. This PR renamesCHAT_GPT_API_KEY
to bring it in line with this pseudo standard. It makes managing env secrets much easier IMO.