# Local Chat

You can interact with the InternLM3-8B-Instruct model through a frontend interface by running the following code:

```bash
pip install streamlit
pip install transformers>=4.48
streamlit run web_demo.py
```

It supports switching between different inference modes and comparing their responses.

![demo](https://github.com/user-attachments/assets/4953befa-343f-499d-b289-048d982439f3)
