diff --git a/apps/ai/src/utils/agent.ts b/apps/ai/src/utils/agent.ts index e97000d37f..31350ab09c 100644 --- a/apps/ai/src/utils/agent.ts +++ b/apps/ai/src/utils/agent.ts @@ -13,7 +13,7 @@ import type { User, UserList } from "../types/user"; import type { WorkingHours } from "../types/workingHours"; import now from "./now"; -const gptModel = "gpt-4-0613"; +const gptModel = "gpt-4-0125-preview"; /** * Core of the Cal.ai booking agent: a LangChain Agent Executor.