Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 699 Bytes

openapi-scf-proxy-go

This repository is inspired by Ice-Hazymoon/openai-scf-proxy.

腾讯云/阿里云函数SCF服务的设置

添加环境变量:

需要上传的压缩包,可以使用以下命令制作,或从Releases处获取。

GOOS=linux GOARCH=amd64 go build -o main main.go
zip main.zip main scf_bootstrap

函数服务部署成功后,通过公网访问地址访问。

云函数相关的详细操作步骤,可以参考这里