Skip to content

Commit

Permalink
🐛 fix: fix typo of prompts (lobehub#4837)
Browse files Browse the repository at this point in the history
Co-authored-by: Arvin Xu <[email protected]>
  • Loading branch information
highdealist and arvinxx authored Dec 5, 2024
1 parent c0439c0 commit 9350ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompts/systemRole/index.ts
Original file line number Diff line number Diff line change
@@ -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>
`;
Expand Down

0 comments on commit 9350ef0

Please sign in to comment.