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

Unable to get parameter 'conversationSignature' #30

Closed xiewenqian closed 11 months ago

xiewenqian commented 11 months ago

Please check the method 'init()' of this class '_Conversation' in 'EdgeGPT.py', 'conversationSignature' is not in the response.

Send GET request

response = self.session.get( url=os.environ.get("BING_PROXY_URL") or "https://edgeservices.bing.com/edgesvc/turing/conversation/create", )

image