💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[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 ```