无服务器搭建API,实现ChatGPT的API自由

render搭建的groq倒没啥人用一直活到现在。

谁有已经改名的镜像给我拉一下

求助,我使用docker部署后, 在web页面请求,显示“网关错误或超时,请稍后重试!”
CURL结果:
curl --location ‘http://IP:8888/v1/chat/completions
–header ‘Content-Type: application/json’
–data ‘{
“model”: “gpt-3.5-turbo”,
“messages”: [{“role”: “user”, “content”: “Say this is a test!”}],
“stream”: true
}’
{“code”:403,“message”:“failed to get chat requirements”,“param”:{},“type”:“InitTurnStile_request_error”}

本质就是个docker容器部署

没有plus

马克一下

Mark

666666666

这个build_docker.yml也被作者删了

已闭源,无法部署serverless了

我用 workers.js ,快一年了吧,稳定运行。

是不是chatGPT api吗?