A simple chatbot with 3 bots in it.
You can check closed issues to see all the work.
- Pierre : Liaison entre le front et la logique
- Mathieu : Création du bot MCU
- Malo : Création du bot Star Wars
- Manon : Intégration du front
- Victorien : Création du bot Pokémon
- Maxent : Création de la class générique Bot
- Clone the repository
- In
src/class/bot.ts
change theAPI_ KEY
to your own Mistral API key - Run the following command :
yarn install
yarn start
yarn build