Skip to content

Commit

Permalink
fix: remove markdown formating from summary (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
pscott authored Aug 20, 2024
1 parent 19845e7 commit 674af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ai/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Summary extends Cache {
messages: [
{
role: 'system',
content: `The following is a governance proposal of '${space.name}'. Generate me a summary in 350 characters max. Here's the title of the proposal: '${title}'. Here's the content of the proposal: '${body}'.`
content: `The following is a governance proposal of '${space.name}'. Generate me a summary in 350 characters max. Here's the title of the proposal: '${title}'. Here's the content of the proposal: '${body}'. Do not repeat the title. Do not format the answer (no markdown, no HTML).`
}
],
model: 'gpt-4o'
Expand Down

0 comments on commit 674af37

Please sign in to comment.