Skip to content

Commit

Permalink
fix(backend): improve summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 29, 2024
1 parent 2150af1 commit 037e0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class ProjectsSummariesService {
'Create a concise project description based on the conversations and topics discussed in this project.',
'Focus on what this project is about, its main goals, and key technical aspects.',
'Use the same language as that one used in the conversations.',
'Max 3 sentences, keep it short. You can use emojis.',
'Max. 2 short sentences, keep it short. You can use emojis.',
'\n--\n',
'Project conversations:',
...chatsSummaries.flatMap(({ content, name }) => {
Expand Down

0 comments on commit 037e0e9

Please sign in to comment.