Xin Liu
Add
14604ff
|
raw
history blame
No virus
247 Bytes
# 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]
```