chore: cal.ai try out new gpt-4-0125-preview (#13461)

This commit is contained in:
Peer Richelsen
2024-01-31 06:42:25 -03:00
committed by GitHub
parent 7d1c69801e
commit e9d9aebd88
+1 -1
View File
@@ -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.