vercel-ai-o1-preview-crm-agent

A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.

28
11
28
1
TypeScript
public

Getting Started

  1. First, install the dependencies
npm i
# or
yarn
# or
pnpm i
  1. Then follow the instructions to setup your Vercel Postgres.

You can use the db/schema.sql to setup your database.

  1. Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

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

  1. Then, start the Inngest DevServer:
npx inngest-cli@latest dev

Open http://127.0.0.1:8288 with your browser to see the Inngest DevServer.

License

Apache License

v0.3.3[beta]