You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
api.openai.com/v1/models
是OpenAI的api地址,用能够使用ChatGPT网页版的节点访问会得到401的返回值,通过无法使用的节点访问时会得到403返回值
我把测速链接设置成api.openai.com/v1/models,想要以此过滤掉不能使用ChatGPT的节点
配置内容如下:
实测所有的香港节点访问网页版ChatGPT都会显示不支持并返回403
访问api.openai.com/v1/models也会返回403
但是log是这样的
585 | [debug] | | Health Checked, proxy: 香港2-HY2协议, url: https://api.openai.com/v1/models, alive: true, delay: 355 ms uid: {88c97b30-d418-4855-b922-55df9a53a917} 583 | [debug] | | Health Checked, proxy: 香港4-HY2协议, url: https://api.openai.com/v1/models, alive: true, delay: 350 ms uid: {88c97b30-d418-4855-b922-55df9a53a917} 555 | [debug] | | Health Checked, proxy: 香港3-anytls协议, url: https://api.openai.com/v1/models, alive: true, delay: 299 ms uid: {88c97b30-d418-4855-b922-55df9a53a917} 551 | [debug] | | Health Checked, proxy: 香港1-anytls协议, url: https://api.openai.com/v1/models, alive: true, delay: 303 ms uid: {88c97b30-d418-4855-b922-55df9a53a917} 536 | [debug] | | Health Checked, proxy: 香港1-HY2协议, url: https://api.openai.com/v1/models, alive: true, delay: 636 ms uid: {88c97b30-d418-4855-b922-55df9a53a917}大部分的香港节点都通过了测试,而且被代理组选中的也是香港节点,甚至用不可能出现的200作为哦expected-status也是一样
想请教一下为什么会出现expected-status不生效的情况,以及如何设置才能排除不能用ChatGPT的节点
补充说明:
是在root过的安卓设备上用linux命令启动的mihomo内核,用webui更新的最新版本
这个配置是核心读取到的最终配置,没有进行任何的覆写和修改
Beta Was this translation helpful? Give feedback.
All reactions