tearingItUp786 / chatgpt-tui

A chatgpt terminal ui
MIT License
31 stars 2 forks source link

Rename CHAT_GPT_API_KEY to OPENAI_API_KEY #5

Closed sixlive closed 8 months ago

sixlive commented 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.

tearingItUp786 commented 8 months ago

Thanks!