Zai-Kun / reverse-engineered-chatgpt

Unofficial reverse-engineered ChatGPT API in Python
Apache License 2.0
240 stars 31 forks source link

Rename config to sampleconfig and add examples #6

Closed sudoAlphaX closed 9 months ago

sudoAlphaX commented 9 months ago

Used sampleconfig.ini as default so end users can rename it to config.ini, and it wont be affected by git pushes. Modify README, to accomodate the new sampleconfig, and instructions on where to enter secure auth token from chatgpt in usage section of readme.

Add basic usage example and edit readme to reflect the same