Skip to content

Commit

Permalink
Freeze GPT-4-0613
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Dec 20, 2023
1 parent c2d53e0 commit aba322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ai/src/utils/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aba322c

Please sign in to comment.