From aba322c30558c2cec1bb25a7bce2756dad55090d Mon Sep 17 00:00:00 2001 From: DexterStorey Date: Wed, 20 Dec 2023 14:34:59 -0500 Subject: [PATCH] Freeze GPT-4-0613 --- 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 844b4a77479b29..247c18104fd4ff 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"; +const gptModel = "gpt-4-0613"; /** * Core of the Cal.ai booking agent: a LangChain Agent Executor.