Skip to content

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

Notifications You must be signed in to change notification settings

vindiw/mistral-streamlit-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages