Skip to content

Intentface/function-call-demo

Repository files navigation

This is a Next.js project bootstrapped with create-next-app. This version uses Next.js 15 which uses React 19 which isn't added to peer dependencies by many existing libraries so note that you need to add the --force to when installing packages.

Getting Started

Copy .env.example to .env file. You need OPENAI_API_KEY to run this example.

You can also install Google Vertex Provider npm i @ai-sdk/google-vertex --force, read documentation here: https://sdk.vercel.ai/providers/ai-sdk-providers/google-vertex

Install dependencies:

npm install --force

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Function call examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published