ChatGPT
ChatGPT copied to clipboard
help me!!!
python3 -m revChatGPT.V2 -e ********@qq.com -p ******** --paid
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())
Try printing the full line and showing what the issue is
先自己调试,把line打印出来,看看line是什么内容,确定是作者的bug,再来打bug标签。