Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 808 Bytes

File metadata and controls

18 lines (15 loc) · 808 Bytes

Streamlit application

First, you need to get your chat ISDM API Key. You'll need a e-mail address from a reseach organism located in Montpellier. ISDM is a service from the University of Montpellier which provides API to two LLM : Codestral-22B and Mixtral-8x7B (47B). For this application, we use Codestral-22B.

Using through the free streamlit cloud service

The application can be tested through the free streamlit cloud service (but latence is not great): link to streamlite cloud

Start the application in standalone

  • Installation
    pip install streamlit
  • Run the app
    streamlit run streamlit_chatbot_landmatrix/page_finale.py