[Idea] 支持问题联想功能 #620
Replies: 15 comments 11 replies
-
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
想过这个功能,实现上还好做。可能的难点是如何确保联想问题的有效性,不然就变成干扰项了。 |
Beta Was this translation helpful? Give feedback.
-
After thinking about this function, it is easy to implement. The possible difficulty is how to ensure the effectiveness of the association questions, otherwise they will become interference items. |
Beta Was this translation helpful? Give feedback.
-
是的,在input上,而且还要考虑怎么生成比较节省token,模型可能要用最便宜的 |
Beta Was this translation helpful? Give feedback.
-
Yes, in terms of input, we also need to consider how to generate more economical tokens. The model may use the cheapest one. |
Beta Was this translation helpful? Give feedback.
-
其实可以尝试用fc实现,这样可以在一次生成中就完成联想 |
Beta Was this translation helpful? Give feedback.
-
In fact, you can try to use fc to achieve it, so that the association can be completed in one generation. |
Beta Was this translation helpful? Give feedback.
-
怎么用 FC ? |
Beta Was this translation helpful? Give feedback.
-
How to use FC? |
Beta Was this translation helpful? Give feedback.
-
大概每个消息都跟一个生成话题的函数调用?但还是要等消息生成完了才行,不然结果不准确 |
Beta Was this translation helpful? Give feedback.
-
Probably each message is called with a function that generates topics? But we still have to wait until the message is generated. |
Beta Was this translation helpful? Give feedback.
-
这种没必要用 fc 。做类似自动生成标题这样的chain 就好了。 https://github.com/lobehub/lobe-chat/blob/main/src/chains/summaryTitle.ts |
Beta Was this translation helpful? Give feedback.
-
There is no need to use fc for this. It would be nice to create a chain like automatically generating titles. |
Beta Was this translation helpful? Give feedback.
-
chain 消耗不是会 x2 么,我理解 fc 在当次回复中就可以给出联想 |
Beta Was this translation helpful? Give feedback.
-
是可以一次完成回复和函数调用的,后面那次函数调用用内置一个 updateMessage 的方法来完成联想,就是比较考验提示词 Area.mp4 |
Beta Was this translation helpful? Give feedback.
-
🥰 需求描述 | Feature Description
这个感觉挺有用,根据上一次提问和返回结果,联想下一次可能要问的问题
🧐 解决方案 | Proposed Solution
📝 补充信息 | Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions