Quickstart for Streamlit+Mistral (Python) Conversation A simple chatbot that interact with the user to collect some informations and then write a poem. python -m venv venv source venv/bin/activate pip install -r requirements.txt export MISTRAL_API_KEY=xxxxxx streamlit run app.py