acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication by "continue by google"

zeitamin opened this issue · comments

seems the only supported auth is via user and password, is this right? the first thing I do after running is as follows which result in unauthorized:

# curl -X PATCH -H "Content-Type: application/json" -d '{"puid":"my puid key"}' http://127.0.0.1:8080/admin/puid
Unauthorized

Default password for admin is TotallySecurePassword

seems the only supported auth is via user and password

yes