关于ChatGPT的something went wrong等问题的解决方法
问题日期: 2024.05.19
问题:
- ChatGPT会话历史无法加载;
- ChatGPT显示Something went wrong;
- 无法持续对话;
解决方案
在Clash中为ChatGPT单独指定路由规则(其他软件思路类似),不需要单独开全局路由。
- DOMAIN-SUFFIX,openai,🔰ChatGPT
- DOMAIN-SUFFIX,chatgpt,🔰ChatGPT
上面的🔰ChatGPT需要在yaml中指定好proxies,例如:
-
name: 🔰ChatGPT
type: select
proxies:
- 'xxxxxx'
- 'xxxxxx'
- 'xxxxxx'
经测试,以上3种问题全部可以解决。
关于ChatGPT的something went wrong等问题的解决方法
问题日期: 2024.05.19
问题:
- ChatGPT会话历史无法加载;
- ChatGPT显示Something went wrong;
- 无法持续对话;
解决方案
在Clash中为ChatGPT单独指定路由规则(其他软件思路类似),不需要单独开全局路由。
- DOMAIN-SUFFIX,openai,🔰ChatGPT
- DOMAIN-SUFFIX,chatgpt,🔰ChatGPT
上面的🔰ChatGPT需要在yaml中指定好proxies,例如:
-
name: 🔰ChatGPT
type: select
proxies:
- 'xxxxxx'
- 'xxxxxx'
- 'xxxxxx'
经测试,以上3种问题全部可以解决。