LostRuins / koboldcpp

Run GGUF models easily with a KoboldAI UI. One File. Zero Install.
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.79k stars 340 forks source link

Web UI Output Missing First Chinese Character of Each Paragraph #999

Closed gzmud closed 2 weeks ago

gzmud commented 1 month ago

Issue Title: Web UI Output Missing First Chinese Character of Each Paragraph Description: The web user interface output misses the first Chinese character of each paragraph, resulting in an incomplete display of the content. This issue affects the readability and user experience of the output. Severity Level: High Affected Versions: All versions since the last release Steps to Reproduce: Open the web application and observe the output. Look for any paragraphs with missing characters at the beginning. Example Output: Console: “您好,……” bug

Web UI “好,……” Possible Solutions: Review the code responsible for rendering the output and identify the cause of the missing characters. Implement a fix to ensure that the first character of each paragraph is properly displayed. Attachments: Screenshots showing the issue Deadline for Resolution: Within one week Assigned To: Development Team Lead Follow-up Actions: Conduct a thorough test after the fix to confirm its effectiveness. Provide training or documentation on how to use the corrected feature effectively.

LostRuins commented 1 month ago

Hi, thanks for the report. Can you share a sample save file, as well as the name of the model you are using?

LostRuins commented 1 month ago

Hi, please try the test binary here: https://github.com/LostRuins/koboldcpp/actions/runs/10164784312 (you may need to login to github to download it) does it work correctly?

LostRuins commented 1 month ago

Hi, this should be fixed in 1.72, please try!