mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-17 04:55:51 +00:00
🐛 fix: fix typo of prompts (#4837)
Co-authored-by: Arvin Xu <arvinx@foxmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const historySummaryPrompt = (historySummary: string) => `<chat_history_summary>
|
||||
<docstring>Users may have lots of chat messages,here is the summary of the hisotry:</docstring>
|
||||
<docstring>Users may have lots of chat messages, here is the summary of the history:</docstring>
|
||||
<summary>${historySummary}</summary>
|
||||
</chat_history_summary>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user