Skip to content

使用腾讯云云函数SCF、阿里云云函数FC服务代理访问openai chatGPT的API地址

Notifications You must be signed in to change notification settings

ch0ngsheng/openapi-scf-proxy-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

About

使用腾讯云云函数SCF、阿里云云函数FC服务代理访问openai chatGPT的API地址

Topics

Resources

Stars

Watchers

Forks

Languages