-
Notifications
You must be signed in to change notification settings - Fork 26
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
看板娘接入gpt3.5文字显示不全,非样式问题 #30
Comments
看描述应该是样式问题。尤其切换模型后,各模型大小不一致更容易导致样式问题。 |
可是 查看dom里并没有文字,前几天还是正常的显示的 只是不太美观,最近两天才出现这个问题 |
那么应该是接口或者网络的问题。文本是流式传输的,应该是有异常导致中断了传输。 |
ok 有空我自己看代码调试一下 |
如果是经常性的问题,可以在出现异常的时候发一下 Halo 日志,我可以协助进行解决 |
是必现的问题,我在想是不是gpt修改了接口 |
我会验证一下。 |
这个问题修改好了吗? |
使用最新版本也会出现这样的问题吗? |
版本1.12
<style> #live2d-tips{ bottom: 360px; opacity: 1 !important; transition: opacity .2s !important; background-color: rgba(236, 217, 188, .8) !important; } </style>自己添加了简单的样式 避免文字被人物遮挡
查看dom非样式问题
如下图
The text was updated successfully, but these errors were encountered: