ediziks / BingGPT-Discord-Bot

BingGPT Discord Bot that can handle /ask & /imagine prompts using reverse engineered API of Microsoft's Bing Chat under the hood
The Unlicense
119 stars 14 forks source link

Run chatbot on Cpanel #20

Closed propoka closed 7 months ago

propoka commented 1 year ago

hello, i have a issue when run "python src/bot.py". Please help me. Thank you.

Traceback (most recent call last):
  File "/home/axvktbno/pokav2/BingGPT-Discord-Bot/src/bot.py", line 44, in <module>
    gptbot = Chatbot(cookie_path='cookies.json')
  File "/home/axvktbno/pokav2/BingGPT-Discord-Bot/src/EdgeGPT.py", line 604, in __init__
    _Conversation(self.cookies, self.proxy),
  File "/home/axvktbno/pokav2/BingGPT-Discord-Bot/src/EdgeGPT.py", line 321, in __init__
    self.session.cookies.set(cookie["name"], cookie["value"])
TypeError: string indices must be integers
ediziks commented 7 months ago

33