acheong08 / ChatGPT

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

[BUG] openai.error.InvalidRequestError: That model does not exist #620

Closed liuyan731 closed 1 year ago

liuyan731 commented 1 year ago

When I run the command: python3 -m revChatGPT.Official --api_key API_KEY --stream the following error : openai.error.InvalidRequestError: That model does not exist

revChatGPT=1.2.1 ENGINE=text-chat-davinci-002-20221122

jordandadams commented 1 year ago

Yeah, looks like they've changed model name again.

jordandadams commented 1 year ago

@acheong08 Is there any luck with browserless at this point?

F33RNI commented 1 year ago

I have tested all models from text-chat-davinci-001-20220101 to text-chat-davinci-004-20230430 (1944 names in total) and none exist 😔 It looks like now the name format is different than text-chat-davinci-00X-YYYYMMDD

F33RNI commented 1 year ago

Models still working: text-davinci-003, text-davinci-002 But they are much simpler than text-chat-davinci-00X-YYYYMMDD

acheong08 commented 1 year ago

I have been brute forcing a ton of different permutations. No luck

ZiVEphR commented 1 year ago

Have you tried adding the codename the new bing ai uses? Sydney was it? on davinci-003... never know..

acheong08 commented 1 year ago

Yes. @transitive-bullshit brute forced it with 500 errors. It exists but they patched the permissions system

kWAYTV commented 1 year ago

Any working fix atm?

acheong08 commented 1 year ago

Use V1. That still works for most people. Check readme

acheong08 commented 1 year ago

If you have access to the new Bing, you can also try out https://github.com/acheong08/EdgeGPT

kWAYTV commented 1 year ago

Use V1. That still works for most people. Check readme

Thanks mate, is there any kind of Discord community for this? For support and discussion?

acheong08 commented 1 year ago

https://discord.gg/WMNtbDUjUv

jordandadams commented 1 year ago

Use V1. That still works for most people. Check readme

What is the V1 model? I can't seem to find it.

acheong08 commented 1 year ago

Version 1 uses browser to fetch cookies

acheong08 commented 1 year ago

https://github.com/acheong08/ChatGPT/releases/tag/2.0.0