欢迎你来读这篇博客,这篇博客主要是关于AI原生开发的实践、思考。
其中包括了关于我的见解和收集的知识分享。
序言
正文
codex
codex 网络问题
我进行了以下的配置,解决了问题。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| launchctl setenv HTTP_PROXY http://127.0.0.1:7897 launchctl setenv HTTPS_PROXY http://127.0.0.1:7897 launchctl setenv http_proxy http://127.0.0.1:7897 launchctl setenv https_proxy http://127.0.0.1:7897 launchctl setenv NO_PROXY localhost,127.0.0.1,::1 launchctl setenv no_proxy localhost,127.0.0.1,::1 launchctl setenv ALL_PROXY socks5h://127.0.0.1:7897 launchctl setenv all_proxy socks5h://127.0.0.1:7897
cat > ~/.codex/.env <<'EOF' HTTP_PROXY=http://127.0.0.1:7897 HTTPS_PROXY=http://127.0.0.1:7897 http_proxy=http://127.0.0.1:7897 https_proxy=http://127.0.0.1:7897 ALL_PROXY=socks5h://127.0.0.1:7897 all_proxy=socks5h://127.0.0.1:7897 NO_PROXY=localhost,127.0.0.1,::1 no_proxy=localhost,127.0.0.1,::1 EOF
|
qwen
参考资料
启示录
富贵岂由人,时会高志须酬。
能成功于千载者,必以近察远。