需要部署到自己的服务器
云函数基本都不支持 SSE
https://github.com/x-dr/chatgptProxyAPI
https://github.com/nangcr/chatgpt-aws-proxy
用的是 nginx 服务器的话 还需要设置下缓存
serve{ gzip off; location ~ .php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; fastcgi_buffer_size 1k; } }
现在是积累很多个字之后,前端就会读取到
想实现一个字一个字返回的现在 还在研究 应该就是 nginx 上的 buffer 需要设置继续研究