acheong08 / ChatGPTProxy

Simple Cloudflare bypass for ChatGPT
The Unlicense
1.32k stars 326 forks source link

is this the same thing as the proxy on "bypass.churchless.tech" #96

Closed hydeCaesar closed 1 year ago

hydeCaesar commented 1 year ago

I tried to set up my own proxy to avoid the rate limit using ChatGPTProxy - main branch, changing my revChatGPT.V1 config using "chatbot.baseUrl = host:port" it obviously got an 404, when i tried "chatbot.ask(prompt)" . when I change it to "chatbot.baseUrl = host:port/api/" it seems that "host:9090/api/conversation" doesn't work while "bypass.churchless.tech/conversation" does. is there any chance i can use a local proxy just like I use "bypass.churchless.tech"

acheong08 commented 1 year ago

It should be identical. bypass.churchless.tech is deployed directly from the release binary here

hydeCaesar commented 1 year ago

My fault, I used an unstable server.