chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.61k stars 439 forks source link

docker部署ACCESS_TOKEN登录,gpt4.0回答显示不全的问题 #61

Open superghoster opened 1 year ago

superghoster commented 1 year ago

docker部署ACCESS_TOKEN登录,gpt4.0回答显示不全,已经将TIMEOUT_MS设置为0,还是存在这个问题,请问大佬如何解决

huangwb8 commented 1 year ago

没用过gpt-4的access token...

不知该现象在使用gpt-3.5-turbo时会不会出现? 试一下它,以排除非openai因素的影响(比如你的反向代理延迟)。

wshze commented 1 year ago

gpt-4画的图片返回结果为啥提示这个:The image you are requesting does not exist or is no longer available?我直接用curl方式调用可以返回正常的图片url

zhujunsan commented 1 year ago

GPT-4 可以画图?

wshze commented 1 year ago

可以画图啊,直接用curl调官网接口可以。下面是用这个程序的不行 0321

zhujunsan commented 1 year ago

那啥,我觉得,这个url,只是他,模仿着补全一个url作为回答而已,完全是胡诌的,并不是真的画了图然后放到了图床上然后得到了url再返回给你的...

wshze commented 1 year ago

用url调接口方式返回的是一个真实的程序员图片。

zhujunsan commented 1 year ago

多试几次,温度调高一点,出来的都有url么?url都可以访问么?

Kerwin1202 commented 1 year ago

我就没成功过一次 accesstoken。。暂时测不了。。试了好些反代

Kerwin1202 commented 1 year ago

我暂时没找到更好的方法 只能人工输入 输入 [继续] 让他写,毕竟官网也会 也是 gpt4

image
Sswordq commented 1 year ago

GPT-4使用token确实有问题,我测了chanzhaoyu的最新版是没有问题的,chanzhaoyu的中间有些版本也有问题,有人提了issue #1170,但是后面改好了,应该需要同步一下

Kerwin1202 commented 1 year ago

试试看 https://github.com/Kerwin1202/chatgpt-web/releases/tag/v2.12.7 的版本对应的 docker