Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inngest/vercel-ai-o1-preview-crm-agent
A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.
https://github.com/inngest/vercel-ai-o1-preview-crm-agent
agentic-workflow nextjs openai openai-o1 vercel vercel-ai-sdk
Last synced: 13 days ago
JSON representation
A demo of OpenAI o1 and Next.js, used to automate the import of user-provided contacts file.
- Host: GitHub
- URL: https://github.com/inngest/vercel-ai-o1-preview-crm-agent
- Owner: inngest
- License: apache-2.0
- Created: 2024-10-16T16:49:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:38:06.000Z (about 1 month ago)
- Last Synced: 2024-10-19T19:21:07.581Z (28 days ago)
- Topics: agentic-workflow, nextjs, openai, openai-o1, vercel, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://www.inngest.com/blog/nextjs-openai-o1-preview
- Size: 3.39 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./featured-image.png)
## Getting Started
1. First, install the dependencies
```bash
npm i
# or
yarn
# or
pnpm i
```2. Then [follow the instructions to setup your Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres/quickstart#prerequisites).
You can use the [`db/schema.sql`](db/schema.sql) to setup your database.
3. Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
3. Then, start the Inngest DevServer:
```bash
npx inngest-cli@latest dev
```Open [http://127.0.0.1:8288](http://127.0.0.1:8288) with your browser to see the Inngest DevServer.
## License
[Apache License](./LICENSE)