代码地址:
https://github.com/acheong08/ChatGPT-Proxy-V1
创建文件:internal\handlers\config.json
内容为:
{ "Endpoint": "https://api.openai.com" }
internal\handlers\server.go 36行修改为:
url := Config.Endpoint + c.Param("path")
编译:
set GOOS=linux set GOPACH=amd64 go build
上传至服务器
执行
chomod 777 文件名 ./文件
宝塔设置
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。侵权投诉邮箱:780825556@qq.com