Skip to content
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

Open
2211898719 opened this issue Jul 12, 2023 · 9 comments
Open

看板娘接入gpt3.5文字显示不全,非样式问题 #30

2211898719 opened this issue Jul 12, 2023 · 9 comments

Comments

@2211898719
Copy link

版本1.12
自己添加了简单的样式 避免文字被人物遮挡

<style> #live2d-tips{ bottom: 360px; opacity: 1 !important; transition: opacity .2s !important; background-color: rgba(236, 217, 188, .8) !important; } </style>

查看dom非样式问题
如下图
image
image

@LIlGG
Copy link
Owner

LIlGG commented Jul 12, 2023

看描述应该是样式问题。尤其切换模型后,各模型大小不一致更容易导致样式问题。
目前正在重构基础架构,详见 #27 ,重构过程中已经解决了文字被遮挡的问题。可以关注一下

@2211898719
Copy link
Author

可是 查看dom里并没有文字,前几天还是正常的显示的 只是不太美观,最近两天才出现这个问题

@LIlGG
Copy link
Owner

LIlGG commented Jul 12, 2023

可是 查看dom里并没有文字,前几天还是正常的显示的 只是不太美观,最近两天才出现这个问题

那么应该是接口或者网络的问题。文本是流式传输的,应该是有异常导致中断了传输。

@2211898719
Copy link
Author

ok 有空我自己看代码调试一下

@LIlGG
Copy link
Owner

LIlGG commented Jul 12, 2023

ok 有空我自己看代码调试一下

如果是经常性的问题,可以在出现异常的时候发一下 Halo 日志,我可以协助进行解决

@2211898719
Copy link
Author

是必现的问题,我在想是不是gpt修改了接口

@LIlGG
Copy link
Owner

LIlGG commented Jul 12, 2023

是必现的问题,我在想是不是gpt修改了接口

我会验证一下。

@huohuli008
Copy link

这个问题修改好了吗?
目前看起来响应数据都是正确的,但是文字渲染仅仅只有几个字。

@LIlGG
Copy link
Owner

LIlGG commented Feb 2, 2024

这个问题修改好了吗? 目前看起来响应数据都是正确的,但是文字渲染仅仅只有几个字。

使用最新版本也会出现这样的问题吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants