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

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.

Results 131 chatgpt-web issues
Sort by recently updated
recently updated
newest added

通过对接one-api实现了接入其他家大语言模型,但是各家大语言模型对max_tokens限制不同,我看代码里都是统一写死了1024,能不能支持一下自定义?

enhancement

**希望作者可以更新对vercel的支持** ![IMG_20230522_034154.png](https://github.com/Kerwin1202/chatgpt-web/assets/54617500/b0bcc294-5d71-4132-843c-e99a02725220)

在OpenAI自己的[Playground](https://platform.openai.com/playground?mode=chat)中, 如果我们鼠标移动到(或单击)某个内容时, 右边会出现一个快速删除当前内容的按钮. 希望加上这个功能, 这个有助于我们快速删除不必要的对话内容, 精简上下文. ![image](https://github.com/Kerwin1202/chatgpt-web/assets/103999705/5c37788e-0df5-4d52-92e0-0682a7a48f43)

enhancement

请问有没有服务器部署的教程,想深入学习一下

documentation

这个提议主要想实现可以自行管理每个身份组的设置权限 比如说给特定身分组可以管理Token或管理特定身份组的Token (目前只有 Admin 才能管理 Token) 感谢作者

enhancement

新建对话的一直显示“没有可用的配置。请再试一次”,但是以前创建的会话继续提问能正常对话,用docker-compose部署的,新建会话并提问docker日志也不会有新纪录,能麻烦大佬指点一下可能的问题吗

建议支持Google Gemini Pro的对话模型 可以自定义Google接口和添加Gemini Pro KEY 谢谢

日志如下: Server is running on port 3002 sendMessage (50 tokens) { max_tokens: 2048, model: 'gpt-4', temperature: undefined, top_p: undefined, presence_penalty: 1, messages: [ { role: 'system', content: 'You are ChatGPT,...

1、删除禁用的账号的聊天记录 2、删除已经删除了用户账号的聊天记录,