Few-Shot Prompting 支持情况 #1431
Answered
by
arvinxx
yanghanlin
asked this question in
General Question | 普通问题
-
请问 Lobe Chat 目前在 agent 设定中是否支持类似 NextChat (ChatGPT-Next-Web) 中预设提示词的功能,用于在每段对话开头自动添加一些示例消息用于引导模型(Few-Shot Prompting)? 目前似乎 UI 和文档中都没有相关的内容,只能把预设提示词加入角色设定;搜索到代码中定义的 agent 设定中有 lobe-chat/src/types/agent/index.ts Line 30 in 7d3c1b6 但是没有搜索到相关 issue / PR,不太了解该功能的开发状态。 |
Beta Was this translation helpful? Give feedback.
Answered by
arvinxx
Mar 1, 2024
Replies: 1 comment
-
最早是想做这个的,然后加了类型定义。但目前还没开发,然后现在想清楚了会往这个方向来做: #869 。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yanghanlin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
最早是想做这个的,然后加了类型定义。但目前还没开发,然后现在想清楚了会往这个方向来做: #869 。