From e9d9aebd88d8b1ce0431beffffe78aa07d65e2bc Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 31 Jan 2024 09:42:25 +0000 Subject: [PATCH] chore: cal.ai try out new gpt-4-0125-preview (#13461) --- apps/ai/src/utils/agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.