ChatGPT
ChatGPT copied to clipboard
[BUG] How to use the unoffical chatbot to have access to the Chatgpt plus
Hello, I have subscribed to the Chatgpt plus. Does someone have an idea about how to modify unoffical.py to log into the Chatgpt plus when the capacity for the standard Chatgpt is full?
plus one on this, it always return 400 for me.
{"detail":"An error ocurred. Try refreshing your browser."}
Traceback (most recent call last):
File "/Users/james/openai_python.py", line 8, in <module>
response = chatbot.ask("who are you", conversation_id='7daf443f-abb2-47e1-b908-14288314226c', parent_id=None) # You can specify custom conversation and parent ids. Otherwise it uses the saved conversation (yes. conversations are automatically saved)
File "/opt/homebrew/Caskroom/miniconda/base/envs/monolith/lib/python3.9/site-packages/revChatGPT/Unofficial.py", line 160, in ask
raise HTTPError(
requests.exceptions.HTTPError: Wrong response code: 400! Refreshing session...
I also get the same error now.
是的,現在需要chatgpt plus登錄的辦法
I don't have a plus account so it's difficult to test. I can add support if you share me the model name used by Plus
我没有加号帐户,因此很难测试。如果您与我分享 Plus 使用的型号名称,我可以添加支持
我可以給你分享賬戶,希望您能增加此項功能
I don't have a plus account so it's difficult to test. I can add support if you share me the model name used by Plus
Do you have the account now? If not, I can share my account. Thanks for your contribution!
No need anymore! Official model found once again thanks to @waylaidwanderer
It's much faster than plus and no rate limits
不需要了!多亏了@waylaidwanderer,官方模型再次被发现
小白該如何使用,比如接入釘釘機器人
So how to use this with my own plus account?
New model dead. I need someone to share me the plus model so I can implement it
@xfleezy Mind helping out?
New model dead. I need someone to share me the plus model so I can implement it
I can help you. How can I contact you?
Change "text-davinci-002-render" to "text-davinci-002-render-paid"
Change "text-davinci-002-render" to "text-davinci-002-render-paid"
ah so that was the model name. I will add option in config
@xfleezy Mind helping out?
How to contact you? Do you mind sharing your email?
https://github.com/acheong08/ChatGPT/releases/tag/2.0.3 and new readme
"text-davinci-002-render-sha" for "turbo"
Interestingly enough, that works for free accounts, too; Although I noticed that it still is ratelimited - can't tell numbers, but feels like it is limited to a 3-4 requests per minute; Maybe a cooldown (sometimes getting 429 after third request on plus account)
@Jamminroot yeah they're rolling out the turbo model for free accounts
So can we use ChatGPT plus with this repo? What modifications are to be made to make it work?
Alright, I found out the additional config flag paid:
chatbot = Chatbot({
"email": "<email>",
"password": "<password>",
"paid": True
}, conversation_id=None, parent_id=None)
@waylaidwanderer what is turbo mode?
@aliencaocao Turbo model.

Oh, does it affect accuracy/quality though