-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么您的接口回答速度这么快呢?我用腾讯云函数转发openai的接口做不到这么快 #52
Comments
并且你的域名在国内访问也很快,我部署在vercel后不翻墙的话访问很慢,请问您是有做其他特殊处理吗? |
@ysh199882 |
谢谢,我去看下 |
还有一个问题,openai的接口在国内不是被墙了吗,为啥你的还能这么快😂,我部署在腾讯云函数做接口转发解决被墙的问题,但很慢,这是我的项目woyaorun.cn,大佬可以试下 |
@ysh199882 我没有服务器,Vercel 帮我管理了所有东西,包括域名、HTTPS证书、流量、带宽、监控等 |
用户请求->Vercel->OpenAI,所以大陆网络环境下不影响使用 |
原来如此,相当于是Vercel做转发了👍 |
非常感谢,我也尝试下从netlify转移到vercel来! |
我测试了一下你的网站,其实不是很慢,是因为你没有做成Stream流的形式输出答案 |
因为腾讯云函数不支持Stream流形式转发😂 |
No description provided.
The text was updated successfully, but these errors were encountered: