You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
🥰 需求描述
目前lobe-chat助手的角色设定 prompt 设置只支持单条文本,如图
而实际目前大部分的模型API的 请求参数是一个类似的Message 列表
基于模型API 的能力,我们可以通过填充多个Message 达到利用模型本身消息结构的few-shot的效果,而不是把所有提示都放到system 或第一次的user 消息中,以达到更好的fewshot 效果
🧐 解决方案
角色设定支持类似如下模式的输入:
对于现有的模版,按照当前请求LLM API 的传参设定,补充默认role 信息或增加高级模式来实现
📝 补充信息
参考 ChatGPT-Next-Web 项目的设计,这项功能深受用户喜欢
ChatGPTNextWeb/ChatGPT-Next-Web#138
The text was updated successfully, but these errors were encountered: