-
Notifications
You must be signed in to change notification settings - Fork 236
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
在演示站当中,Gemini重复输出的情况特别的几乎常见且严重,回应段落之间出现了语句断层、重复输出部分内容的现象,疑似是Bug #27
Comments
我近期会进行长文本输出调试以确定是 api 的问题还是文本输出逻辑的问题。 |
你目前在演示站有发现什么输出问题吗? |
最近在调试新的功能,暂时还没抽出专门的时间进行长文本调整。目前段文本测试下来除了有时候无法正常保存部分文本之外,还没出现你提到的输出重复文本的情况。 |
好的,我这几天会关注并处理这个问题 @player868 我目前需要您提供一些信息,您目前接口是 apikey 直接发送 https://generativelanguage.googleapis.com 这个接口还是通过后端服务进行转发,或者是否有使用代理接口进行转发,我需要模拟您的使用场景。 |
I found a problem with a section of output logic. I have adjusted this part of the logic. If there is still a problem with the long text output error, please help me describe the steps in which the error occurs. |
演示站 也会出现这种情况,但我没截图 |
Demo site This will also happen, but I didn’t take a screenshot |
I have made a code fix today. After the fix, I no longer encountered the error of repeated text rendering when testing. Do you still encounter the problem of repeated text rendering when testing with the latest version? If so, please provide some specific parameters, such as publishing platform, API interface type (backend server, interface transfer agent, direct use of official interface, etc.) @eddiehex |
thanks for your answer, I will take note and feedback to you in time if I run into it again. |
如图所示,这里我做了标记,绿框是原文内容,而红框是重复输出的内容,并且语句断层非常的明显,即使这种断层情况难以察觉。它在通常情况下几乎非常容易触发这样的bug,即使不会触发这样的输出bug也难得一见。不仅如此,其bug表现在回应时的瞬间内涌出大量重复内容的情况下。希望作者能够修复输出问题,因为这对代码生成的方面具有非常大的影响力。
The text was updated successfully, but these errors were encountered: