acheong08 / ShareGPT

To allow the sharing of API keys to create a free OpenAI API.
https://sharegpt.churchless.tech/share/
The Unlicense
135 stars 18 forks source link

Will we be able to donate to the ShareGPT project? #2

Open Right-BuggerOff opened 1 year ago

Right-BuggerOff commented 1 year ago

Did you want this to be like TOR exit nodes, where if we pitch in people from all over the world can use ChatGPT anonymously if they wish to? I'm also nervous about hogging the free service.

acheong08 commented 1 year ago

This project has been abandoned in favor of https://github.com/acheong08/ChatGPT-to-API/

acheong08 commented 1 year ago

Hosted demo: https://free.churchless.tech/v1/chat/completions

curl https://free.churchless.tech/v1/chat/completions -d '{"messages":[{"role":"user", "content":"Hello world"}], "model":"gpt-3.5-turbo"}