Skip to content

Commit

Permalink
chore: update GPT model
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored May 13, 2024
1 parent ca4975c commit 9af8845
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 @@ -36,7 +36,7 @@ class Summary extends Cache {
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'
model: 'gpt-4o'
});

if (completion.choices.length === 0) {
Expand Down

0 comments on commit 9af8845

Please sign in to comment.