File size: 756 Bytes
9028733
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Chat-with-Mistral-7B

![image](https://img.shields.io/badge/License-MIT-orange)

This project aims to build a web interface for you as a user to chat with [Mistral-7B-Instruct-v0.1 ](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and provides the following features:
- Easily change the [Instruction prompt](https://www.promptingguide.ai/models/mistral-7b#chat-template-for-mistral-7b-instruct) to instruct the model to generate accordingly.  
- Easily change the parameters for output generations.  
- Re-generates the output to observe (maybe)different outputs.
- Remove past conversations.


![](./asset/interface.png)

---
Reference:  
- https://www.promptingguide.ai/models/mistral-7b
- https://github.com/Shekswess/Mistral-7B-Healthcare