vindiw / mistral-streamlit-chat

simple streamlit chat app to talk with MistralAI's API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start Guide

  1. Clone the repository:
git clone https://github.com/vindiw/mistral-streamlit-chat.git
  1. Navigate to the cloned directory:
cd mistral-streamlit-chat
  1. Set your Mistral API key as an environment variable. You can do this in the terminal with the following command or by adding it to a .env file in the project root directory.
export MISTRAL_API_KEY=your_api_key
  1. Run the application:
streamlit run mistral_chat.py

Please note that you need a Mistral API key to use this application. You can sign up for one at the Mistral Console.

Resources

Contact

Feel free to contact me on Twitter if you have any questions or feedback.

About

simple streamlit chat app to talk with MistralAI's API.


Languages

Language:Python 100.0%