Skip to content

nomtek/flutter_ai_examples

Repository files navigation

mistral_ai_chat_example_app

Example app showcasing the Mistral AI chat client app.

Getting Started

Install dependencies

dart pub get

Generate code

dart run build_runner build -d 

Setup Mistral AI api key

  1. Add env.env file in the root project
  2. Add MISTRAL_AI_API_KEY=your api key to the file.