PawanOsman / ChatGPT

OpenAI API Free Reverse Proxy
https://discord.pawan.krd
GNU Affero General Public License v3.0
5.63k stars 990 forks source link

Add access authentication by api_key #106

Closed m00nfly closed 7 months ago

m00nfly commented 7 months ago

follow [#98] Set API_KEY="xxxx" in .env to enable client authentication Only clients using the specified api_key can request the api normally Setting API_KEY to empty disables authentication and allows any client to access.

PawanOsman commented 7 months ago

Thanks