Next.js application designed for experimenting with Mistral AI models.
- Clone the repository:
git clone [email protected]:pebois/mistral-experiments-nextjs.git
cd mistral-experiments-nextjs- Install the dependencies:
npm install- Edit
.envfile in the root of your project and set your Mistral API key:
MISTRAL_API_KEY=YOUR_API_KEY_HERETo build and start the application, use the following commands:
npm run build
npm run startFor development mode with live reloading, use:
npm run dev