This is a Next.js project with an OpenAI Assistant Chatbot.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
To learn more about Predictable Dialogs, take a look at the following resources:
- Predictable Dialogs Documentation - learn about Predictable Dialogs features and API.
- Learn Predictable Dialogs - an interactive Predictable Dialogs tutorial.
You can check out the Predictable Dialogs GitHub repository - your feedback and contributions are welcome!