mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: add support for bing(beta and WIP)
This commit is contained in:
parent
83c058ab85
commit
3ff591d205
5 changed files with 91 additions and 19 deletions
|
|
@ -49,5 +49,6 @@ export const Config = {
|
|||
// 可注册2captcha实现跳过验证码,收费服务但很便宜。否则可能会遇到验证码而卡住。
|
||||
'2captchaToken': '',
|
||||
// http或socks5代理
|
||||
proxy: PROXY
|
||||
proxy: PROXY,
|
||||
debug: false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue