gravelBridge / AutoGPT-BingAI

An AutoGPT plugin to enable Bing AI in AutoGPT.
MIT License
174 stars 32 forks source link

Error after question ask #10

Closed yswlww closed 1 year ago

yswlww commented 1 year ago

TypeError: Chatbot.init() got an unexpected keyword argument 'cookie_path'

bannert1337 commented 1 year ago

I have the same problem

Sblop commented 1 year ago

same

Sigfrodr commented 1 year ago

same

Haczan commented 1 year ago

On line 34 of bing_ai.py, please change "Chatbot(cookie_path=cookie_path)" to "Chatbot(cookies=cookies)".

NeonN3mesis commented 1 year ago

On line 34 of bing_ai.py, please change "Chatbot(cookie_path=cookie_path)" to "Chatbot(cookies=cookies)".

This worked!