0.1.0 • Published 2 years ago

mamba-chat-ai v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Mamba Chatbot with Next.js (Starter Template)

This is a sample project to demonstrate how to use Mamba API to build your own custom chatbot interface. Made with Mamba, Next.js, Vercel AI SDK and shadcn/ui.

npm.io

Getting Started

First, create a Mamba account at https://Mamba.ai, ingest your data and grab your API key.

Add your .env file with your Mamba API key:

Mamba_API_KEY=YOUR_Mamba_API_KEY

Then, install the dependencies:

npm install

Run the development server:

npm run dev

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