Skip to content

Commit e9d9aeb

Browse files
authored
chore: cal.ai try out new gpt-4-0125-preview (calcom#13461)
1 parent 7d1c698 commit e9d9aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ai/src/utils/agent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type { User, UserList } from "../types/user";
1313
import type { WorkingHours } from "../types/workingHours";
1414
import now from "./now";
1515

16-
const gptModel = "gpt-4-0613";
16+
const gptModel = "gpt-4-0125-preview";
1717

1818
/**
1919
* Core of the Cal.ai booking agent: a LangChain Agent Executor.

0 commit comments

Comments
 (0)