[Bug]: V1.get_conversations() response 404 #1112
Replies: 30 comments 22 replies
-
Recommendation: Use V3. |
Beta Was this translation helpful? Give feedback.
-
It is due to the endpoint being shut down by OpenAI |
Beta Was this translation helpful? Give feedback.
-
Is this the endpoint you're talking about? https://chat.duti.tech/api/ |
Beta Was this translation helpful? Give feedback.
-
most this kind of endpoint |
Beta Was this translation helpful? Give feedback.
-
I'm trying to find free alternatives. I don't want to pay for ChatGPT [obviously], so I'm looking into my options. |
Beta Was this translation helpful? Give feedback.
-
Working on it. Could exist other bypasses. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking the same thing @acheong08 . Lmk if you need assistance with anything, I'm a big supporter of this API. |
Beta Was this translation helpful? Give feedback.
-
POE.com might be a nice addition, since OpenAI and Google Claude are both alive there. |
Beta Was this translation helpful? Give feedback.
-
It wouldn't be an idea to look like the proxy on the cloudflare Workers system if the code is simple everyone can create yours to use |
Beta Was this translation helpful? Give feedback.
-
I mean the bypass method is patched. |
Beta Was this translation helpful? Give feedback.
-
POE/POE.py at main · vaibhavk97/Poe |
Beta Was this translation helpful? Give feedback.
-
Now's a good time to mention that POE.com actually has ChatGPT built into it. It also does not have a visible rate limit. Adding access to POE through here would be nice. |
Beta Was this translation helpful? Give feedback.
-
Will work on it. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/mmabrouk/chatgpt-wrapper/blob/main/chatgpt_wrapper/gpt_api.py would it be a good idea to put the vercel.app proxy on this site? |
Beta Was this translation helpful? Give feedback.
-
acheong08,wait you fix |
Beta Was this translation helpful? Give feedback.
-
Unlikely for this to get fixed. V2 and V3 are currently the only methods |
Beta Was this translation helpful? Give feedback.
-
The API key for V2 should be |
Beta Was this translation helpful? Give feedback.
-
Build an available endpoint maybe ? |
Beta Was this translation helpful? Give feedback.
-
Is there any other alternative method to get original web chatgpt answer other than open chat.openai.com? the gpt-3.5-turbo api is still different from web chatgpt. |
Beta Was this translation helpful? Give feedback.
-
python3 -m revChatGPT.V2 --api_key=pk-TNkDYMHpJKKuSfiAWJlUCKQSnKluoZxvLGKRPnPzxCDPdVxs
Logging in... Type '!help' to show a full list of commands You: revChatGPT==3.1.8 |
Beta Was this translation helpful? Give feedback.
-
It's working. I need to update the instructions. |
Beta Was this translation helpful? Give feedback.
-
Is this endpoint still unavailable? Any plan to fix it? |
Beta Was this translation helpful? Give feedback.
-
in my view the owner should show how to make the proxy for anyone who wants to use it somewhere. because there are a lot of people using his proxy and in this case there is a cost to maintain the proxy. |
Beta Was this translation helpful? Give feedback.
-
We did that with V1. Look how fast it got patched. (A few hours) |
Beta Was this translation helpful? Give feedback.
-
It seems everything is overloaded though. Waiting for @PawanOsman to either scale up or share source code with people who can |
Beta Was this translation helpful? Give feedback.
-
Oh shit someone from the community found a new bypass. Will write up a server for that soon |
Beta Was this translation helpful? Give feedback.
-
@acheong08 Can you provide a proxy bin just like before? |
Beta Was this translation helpful? Give feedback.
-
makes a pyc in python with very friendly configuration. because it can run both locally and on a site that runs python and becomes a proxy. so you get rid of having to pay a proxy or you try to make it run on cloudflare on Workers ai each person does their own. |
Beta Was this translation helpful? Give feedback.
-
Are you willing to cooperate with me? I don't have the time to do too much |
Beta Was this translation helpful? Give feedback.
-
The code is written in Go btw. Not sure how to port it to JS because it involves TLS spoofing |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
What happened?
V1
chat_bot.ask() returns revChatGPT.V1.Error
because url returns 404
Steps to reproduce the problem
V1.get_conversations()
What should have happened?
url = BASE_URL + f"api/conversations?offset={offset}&limit={limit}"
Version where the problem happens
V1
Version: 2.3.5
What Python version are you running this with?
3.10
What is your operating system ?
Linux
Command Line Arguments
Console logs
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions