mixtral-chat icon indicating copy to clipboard operation
mixtral-chat copied to clipboard

Mixtral Chat Ⓜ️

This is a Next.js app that demonstrates how to build a chat UI using the Mixtral 8x7b language model and Replicate's streaming API.

Here's a demo:

https://github.com/replicate/llama-chat/assets/14149230/9c6aaef3-4e60-4846-a2d2-f9575e155b70

Usage

Install dependencies:

npm install

Add your Replicate API token to .env.local:

REPLICATE_API_TOKEN=<your-token-here>

Run the development server:

npm run dev

Open http://localhost:3000 with your browser.

For detailed instructions on how to create and use this template, see replicate.com/docs/get-started/nextjs