NextChat icon indicating copy to clipboard operation
NextChat copied to clipboard

✨ Light and Fast AI Assistant. Support: Web | iOS | MacOS | Android | Linux | Windows

Results 801 NextChat issues
Sort by recently updated
recently updated
newest added

**这个功能与现有的问题有关吗?** / **你想要什么功能或者有什么建议?** 1、聊天页中的`prompt按钮`和`面具`感觉有点冲突,可以将 prompt 模板放在编辑预设面具中,增加一个快捷导入 prompt 按钮。然后把聊天页的`prompt按钮`拿掉,对话框 / 激活 prompt 倒是可以保留。 2、当新建预设角色面具时,觉得应该直接弹出预设设置框,而不是先增加预设再对其编辑,操作逻辑有点别扭。 3、还有一点不理解,增加预设时,system和user,谁的效果更好,默认的预设好像是user,但是我看新建预设时,默认选中的是system 4、默认预设是只读,只读的话,就没必要显示那么多东西了,直接用一个文本把prompt显示出来就行,或者把只读状态拿掉,默认预设也可以编辑。 一点点体验上的建议和直观感受,采不采纳由作者决定,辛苦~ **有没有可以参考的同类竞品?** / **其他信息** /

Sometimes navigate(-1) cause the page re-rendering and broken, like this: ![图片](https://user-images.githubusercontent.com/7258605/235119219-369dd44e-9fed-4f67-87a1-4b64ad4ec2a2.png) Using memory route to fix it.

**Is your feature request related to a problem? Please describe.** Code is great! No problem with implementation. **Describe the solution you'd like** Can you guide where to change the code...

This PR adds a new feature that allows internal links in the Markdown component to open in the same window instead of opening in a new page.

**Describe the bug** Selecting a prompt from the prompts list does not have any effect. The selected prompt does not get entered in the chat box. **To Reproduce** Steps to...

bug

关于删除会话后,默认应该选中哪个窗口的问题 思路: 删除会话后,默认选中的逻辑: 如果删除的会话是当前选中的会话,将下一个会话作为默认选中。 如果删除的会话不是当前选中的会话,保持当前会话的选中状态。 撤销删除后,默认选中的逻辑: 如果删除的会话删除前是选中状态,恢复会话的同时恢复选中的状态。 如果删除的会话删除前不是选中的状态,则恢复会话后,保持当前选中的会话窗口的选中状态不变。

bug

删除会话,然后撤回删除操作,标题错乱了

bug

为 presence_penalty 和 temperature 提供更细小粒度的控制,从0.1 到 0.01

**Describe the bug** Mask model config not works **To Reproduce** Create chat from template, and send some messages. **Expected behavior** Should use mask model config, not global config. **Deployment** All...

bug