We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3955cbc commit fa67be3Copy full SHA for fa67be3
1 file changed
apps/api/src/common/meta.ts
@@ -53,7 +53,7 @@ async function findDateUsingGPT(text: string): Promise<Date | undefined> {
53
}
54
55
const response = await openai.chat.completions.create({
56
- model: "o4-mini",
+ model: "gpt-5-mini-2025-08-07",
57
max_tokens: 50,
58
temperature: 0,
59
messages: [
0 commit comments