File size: 247 Bytes
14604ff
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Mixtral-8x7B-Instruct-v0.1

## Prompt Template

The prompt template type used in `llama-api-server` and `llama-chat` is `mistral-instruct`

```text
<s> [INST] {user_message_1} [/INST] {assitant_message_1}</s> [INST] {user_message_2} [/INST]
```