Skip to content

Commit

Permalink
docs: update model for google calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
ucev committed Jan 12, 2025
1 parent 8b3be83 commit c165999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/tools/google_calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export async function run() {
const model = new ChatOpenAI({
temperature: 0,
apiKey: process.env.OPENAI_API_KEY,
model: "gpt-4o-mini",
});

const googleCalendarParams = {
Expand Down

0 comments on commit c165999

Please sign in to comment.