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 3d30ffb commit 6a2c2c1Copy full SHA for 6a2c2c1
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: "gpt-3.5-turbo-1106", // 3.5 seems enough for this
+ model: "o4-mini",
57
max_tokens: 50,
58
temperature: 0,
59
messages: [
0 commit comments