Skip to content

Latest commit

 

History

History

chatbot-nextjs

📚 Documentation   •   🖥️ Application   •   🏠 Home

Chatbot Example

This is a Next.js app that uses openai and Autoblocks to power and monitor a chatbot.

View the deployed application at https://chatbot-example.autoblocks.ai

Getting started

OPENAI_API_KEY=<your-openai-api-key>
AUTOBLOCKS_INGESTION_KEY=<your-autoblocks-ingestion-key>

Install dependencies

npm install

Run the app

npm run dev

Visit http://localhost:3000 to see the app.

View logs in Autoblocks

As you interact with the app, you will see traces appear in the Autoblocks explore page.

Autoblocks Explore