ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 概述 使用 此方法后可不需要 `Proxifier` ### window ``` set http_proxy=http://127.0.0.1:1080 set https_proxy=http://127.0.0.1:1080 ``` 可放环境变量中 ### 类linux ``` export http_proxy=http://127.0.0.1:1080 export https_proxy=https://127.0.0.1:1080 ```