Skip to content

Commit

Permalink
fix(backend): improve prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 29, 2024
1 parent 037e0e9 commit 3ab5739
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@ export class ProjectsSummariesService {
}),
message: [
'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. 2 short sentences, keep it short. You can use emojis.',
'Requirements:',
'- 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. 2 short sentences, keep it as short as possible.',
'- You can use emojis.',
'- Do not include requirements in generated description.',
'\n--\n',
'Project conversations:',
...chatsSummaries.flatMap(({ content, name }) => {
Expand Down

0 comments on commit 3ab5739

Please sign in to comment.