mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 无关紧要的修改
This commit is contained in:
parent
455f0e8a92
commit
dc587cb164
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export default class SydneyAIClient {
|
|||
constructor (opts) {
|
||||
this.opts = {
|
||||
...opts,
|
||||
host: opts.host || Config.sydneyReverseProxy || 'https://www.bing.com'
|
||||
host: opts.host || Config.sydneyReverseProxy || 'https://edgeservices.bing.com/edgesvc'
|
||||
}
|
||||
// if (opts.proxy && !Config.sydneyForceUseReverse) {
|
||||
// this.opts.host = 'https://www.bing.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue