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

[BUG] 输入消息丢失部分字符串 - Partial String Missing after typing into messages #160

Closed
1 task done
cepheus69 opened this issue May 31, 2023 · 2 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@cepheus69
Copy link

cepheus69 commented May 31, 2023

描述问题
一个字符串丢失的问题,当我描述 MLIR 中的 Type类型时,使用尖括号括选住实际 Type类型,这里主要是比如 !llvm.ptr,!llvm.ptr, / 这样的字符串会在输出消息中丢失,表现为绿色气泡内的信息会少掉尖括号的部分。但实际输出给语言模型的应该无误。

复现步骤
按照这种一个方尖括号括某些内容:

  1. 纯数字 不行
  2. 纯字母 可稳定复现
  3. 特殊字符 不行
  4. 字符加数字 不行
  5. 字符加字母 可以复现
  6. 中文 不行

期望行为
正确的显示出所有发送的信息内容

截图
Screenshot 2023-05-31 at 14 54 39

版本

操作系统版本: macOS 13.4
ChatALL 版本: v1.19.20

网络

  • 是否在使用 VPN 或代理?
@cepheus69 cepheus69 added the bug Something isn't working label May 31, 2023
@sunner
Copy link
Owner

sunner commented May 31, 2023

Duplicate of #158

@sunner sunner marked this as a duplicate of #158 May 31, 2023
@sunner
Copy link
Owner

sunner commented May 31, 2023

只是显示问题,不影响和 LLM 对话。提示词在显示时没做处理,导致尖括号被当做 html 标签了

@sunner sunner closed this as completed in caa57dc Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants