acheong08 / ChatGPT

Reverse engineered ChatGPT API
GNU General Public License v2.0
28.01k stars 4.48k forks source link

[Feature Request]: Add free OPENAI API support without account and KEY. #1366

Closed ghost closed 1 year ago

ghost commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

Call Vercel API to get free gpt-3.5-turbo.

Proposed workflow

vercel provides free AI Playground. Anonymous users can use it 10 times for free, but they can always use it for free by changing user-agent. The repository has implemented: https://github.com/ClassmateLin/free-chatgpt. Request to add to module: revChatGPT.

Additional information

No response

github-actions[bot] commented 1 year ago

Automated: 👋 Thanks for reporting this issue. @acheong08 will review it shortly. In the meantime, please check to see if there are any similar issues already closed.

acheong08 commented 1 year ago

Does this support conversations?

Beckjiang commented 1 year ago

@acheong08 Based on revChatGPT, I have implemented a compatible interface layer for Chat API, supporting GPT-3.5 and GPT-4 (requires a paid account). Session persistence is implemented through API keys.

May be similar to chatgpt-to-api. https://github.com/Beckjiang/chatgpt-api