ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

help me!!!

Open thechenv opened this issue 2 years ago • 2 comments

python3 -m revChatGPT.V2 -e ********@qq.com -p ******** --paid image

When I run "python3 example.py", the error message is as follows: from revChatGPT.V2 import Chatbot

async def main(): chatbot = Chatbot(email="@qq.com", password="") async for line in chatbot.ask("Hello"): print(line["choices"][0]["text"].replace("<|im_end|>", ""), end="") sys.stdout.flush() print()

if name == "main": import asyncio asyncio.run(main()) image

thechenv avatar Feb 12 '23 17:02 thechenv

Try printing the full line and showing what the issue is

acheong08 avatar Feb 13 '23 00:02 acheong08

先自己调试,把line打印出来,看看line是什么内容,确定是作者的bug,再来打bug标签。

Pengchengistaken avatar Feb 13 '23 01:02 Pengchengistaken