mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-27 19:14:37 +08:00
fix: bing error.
This commit is contained in:
@@ -62,8 +62,6 @@ export default class BingAIClient {
|
||||
(this.options.userToken ? `_U=${this.options.userToken}` : undefined),
|
||||
Referer: 'https://www.bing.com/search?q=Bing+AI&showconv=1&FORM=hpcodx',
|
||||
'Referrer-Policy': 'origin-when-cross-origin',
|
||||
// Workaround for request being blocked due to geolocation
|
||||
'x-forwarded-for': '1.1.1.1',
|
||||
},
|
||||
}
|
||||
if (this.options.proxy) {
|
||||
|
||||
Reference in New Issue
Block a user