现在使用 binggpt 都是需要全局翻墙, 这样对于国外有些需要验证 ip 的网站不太友好,
有没有那种只对 binggpt 代理的 clash 规则?
谢谢
3
uncat 2023-05-07 11:29:00 +08:00
试试:proxifier https://www.proxifier.com/
限定特定的应用访问 bingGPT 走代理,其他直连 |
4
joefuzhou198x 2023-05-07 11:36:55 +08:00
这种问题问题的 gpt 他就能给你准确的回答。
|
5
justincnn OP @joefuzhou198x 3.5 的 gpt 还不认识 binggpt ,毕竟 binggpt 出来之前,chatgpt 的知识就断层了
|
6
GrayXu 2023-05-07 16:45:42 +08:00
bing 并不是“需要验证 ip 的网站”,直接代理所有 bing 的流量并没问题
|
7
signmeup 2023-05-08 23:01:23 +08:00
你可以在 logs 中看一下 binggpt 走的域名地址,然后在 parser 里加,记得加完后需要更新一下订阅。配置参考:
parsers: - url: 你的订阅地址 yaml: prepend-rules: - DOMAIN-SUFFIX,openai.com,走代理 |