Skip to content

Commit 6a2c2c1

Browse files
committed
Update openai model
1 parent 3d30ffb commit 6a2c2c1

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: "gpt-3.5-turbo-1106", // 3.5 seems enough for this
56+
model: "o4-mini",
5757
max_tokens: 50,
5858
temperature: 0,
5959
messages: [

0 commit comments

Comments
 (0)