mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 整理了代理与反代之间的关系
This commit is contained in:
parent
ad9516d370
commit
3ee5a2f3f6
5 changed files with 49 additions and 12 deletions
|
|
@ -58,7 +58,7 @@ export default class SydneyAIClient {
|
|||
...opts,
|
||||
host: opts.host || Config.sydneyReverseProxy || 'https://www.bing.com'
|
||||
}
|
||||
if (opts.proxy) {
|
||||
if (opts.proxy && !Config.sydneyForceUseReverse) {
|
||||
this.opts.host = 'https://www.bing.com'
|
||||
}
|
||||
this.debug = opts.debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue