chatGPT/codexUI 启动慢问题的解决方式
发现打开 chatGPT 特别慢,在 hosts 里添加以下,稍快一些了:
# >>> codex desktop slow-start fix >>>
127.0.0.1 ab.chatgpt.com
::1 ab.chatgpt.com
127.0.0.1 statsigcdn.openai.com
::1 statsigcdn.openai.com
127.0.0.1 api.oaistatsig.com
::1 api.oaistatsig.com
127.0.0.1 statsigapi.net
::1 statsigapi.net
# <<< codex desktop slow-start fix <<<