Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Stopped working #17

@theurs

Description

@theurs
'conversationSignature'
  File "C:\Users\user\V\4 python\2 telegram bot tesseract\tb1\bingai.py", line 369, in test1
    bot = await Chatbot.create(cookies=cookies)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\V\4 python\2 telegram bot tesseract\tb1\bingai.py", line 375, in <module>
    asyncio.run(test1())
KeyError: 'conversationSignature'
async def test1():
    cookies = json.loads(open("cookies.json", encoding="utf-8").read())
    bot = await Chatbot.create(cookies=cookies)
    r = await bot.ask(prompt=prompt1, conversation_style=ConversationStyle.precise, simplify_response=True)
    print(r)


asyncio.run(test1())

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions