Skip to content

Commit

Permalink
Upgrade chat gpt version
Browse files Browse the repository at this point in the history
  • Loading branch information
cannawen committed Nov 28, 2024
1 parent 055d6db commit 4f4466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assistants/askCoachAnything.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function handleQuestion(question: string, studentId: string) {
},
{ role: "user", content: question },
],
model: "gpt-3.5-turbo",
model: "gpt-4o-mini",
})
.then((completion) => {
const answer = completion.choices[0].message.content;
Expand Down

0 comments on commit 4f4466b

Please sign in to comment.