chatgpt-vercel icon indicating copy to clipboard operation
chatgpt-vercel copied to clipboard

Elegant and Powerfull. Powered by OpenAI and Vercel.

Results 57 chatgpt-vercel issues
Sort by recently updated
recently updated
newest added

X [ERROR] Could not resolve "fs/promises" dist/server.js:9:25: 9 │ import { readFile } from 'fs/promises'; ╵ ~~~~~~~~~~~~~ The package "fs/promises" wasn't found on the file system but is built into...

![image](https://github.com/ourongxing/chatgpt-vercel/assets/38217058/5d1738e7-ee3f-43f1-8d94-a932a66262e2) ![image](https://github.com/ourongxing/chatgpt-vercel/assets/38217058/afc25c26-05f2-4406-945b-765af9d5a219) ![image](https://github.com/ourongxing/chatgpt-vercel/assets/38217058/3185ffdc-6fce-4f55-9289-891b9d236a0b) 这样写后,dev本地测试是可以获取到的,但是打包后总是提示获取不到key,请教一下正确的写法应该把key写在哪里,打包后才能识别到?

同样的代理,在之前的项目可以有打字效果,目前最新版本代理无法实现打字效果

[快速部署](https://github.com/Likenttt/deploy-chatgpt-on-your-server.git) 该脚本可以部署这个项目和[https://github.com/Yidadaa/ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web),部署时一并解决nginx 路由规则、nginx auth、域名绑定、ssl证书、pm2进程管理(对于内存少的机型自动重启比较有用)等问题。 clone到机器上并先后执行 ``` bash install-dependencies.sh && bash deploy.sh ``` 等待执行结束即可

[email protected] cudj0f7po!Bi [email protected] d21oi8a@Tbw5 [email protected] ithsRr!2szn7 [email protected] 8gf7d!kK6plp [email protected] xjtp6.0418Lc [email protected] sNi0yf5n@nue [email protected] o@Ciypdwbty0 [email protected] vC1co2wm!osu 其中有些账号是还有Key余额的,可自行前往https://platform.openai.com/account/api-keys获取密钥。

目前短提示词效果一般,写了一些长提示词(约200词),现有方案中占满输入框

请问能否在访问网站时就需要输入密码,输入密码之前看不到网页内容,防止网页内容被扫描导致域名被污染

fork了此项目 导入到Vercel中 绑定了域名 现在已经可以正常访问 但是 设置了PASSWORD 和 OPENAI_API_KEY环境变量 却没有效果,难道不是可以实现输入密码才能访问网站并直接使用我预设的api吗? 另外安卓手机端 kiwi浏览器跟chrome浏览器打开页面都是空白,用edge安卓版能正常打开,不知道是神马问题