💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
<p align="right">2021年08月31日 13:54:49</p> [TOC] > Go依赖git,请提前安装git ### Mac ``` brew install go ``` ### Linux ubuntu/debian系 ``` sudo apt-get install golang ``` redhat/centos系 ``` sudo yum install golang ``` ### Windows 参考文章[在Windows上安装Go语言开发包 (biancheng.net)](http://c.biancheng.net/view/3992.html)