mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
feat: 支持Bing的反代,已解决sydney不可用问题
This commit is contained in:
parent
7c2023e3bf
commit
2769c08e1a
3 changed files with 9 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ export default class SydneyAIClient {
|
|||
constructor (opts) {
|
||||
this.opts = {
|
||||
...opts,
|
||||
host: opts.host || 'https://www.bing.com'
|
||||
host: opts.host || Config.sydneyReverseProxy || 'https://www.bing.com'
|
||||
}
|
||||
this.debug = opts.debug
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue