Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 21, 2024
2 parents ba83126 + 598d6b6 commit 1b2e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/conversation.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const refreshSummary = async (req, res, next) => {
},
prompt: `Given the following conversation titles, generate one and unique title.
The title should be clear, descriptive, and relevant to the topic at hand.
Write title from the chat_history in maximum 10 words. Dont add "title" prefixes.
Write title from the chat_history in maximum 10 words. Dont add "title" or "conversation", just use content.
Chat_history: {chat_history}
`,
},
Expand Down

0 comments on commit 1b2e882

Please sign in to comment.