Skip to content

Commit

Permalink
chore: increase max chars for AI summary
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Mar 29, 2024
1 parent d3b240f commit 305e90a
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 300 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}'.`
}
],
model: 'gpt-4-turbo-preview'
Expand Down

0 comments on commit 305e90a

Please sign in to comment.