Skip to content

Commit fa67be3

Browse files
committed
Update openAI model
1 parent 3955cbc commit fa67be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/api/src/common/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async function findDateUsingGPT(text: string): Promise<Date | undefined> {
5353
}
5454

5555
const response = await openai.chat.completions.create({
56-
model: "o4-mini",
56+
model: "gpt-5-mini-2025-08-07",
5757
max_tokens: 50,
5858
temperature: 0,
5959
messages: [

0 commit comments

Comments
 (0)