mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 23:57:58 +01:00
Update Mistral V1.yaml
This commit is contained in:
parent
c6047508b7
commit
440292a074
@ -18,7 +18,7 @@ instruction_template: |-
|
||||
{{- ' [INST] ' + message['content'].rstrip() + ' [/INST]' }}
|
||||
{%- endif %}
|
||||
{%- elif message['role'] == 'assistant' %}
|
||||
{{- ' ' + message['content'].rstrip() + '</s>'}}
|
||||
{{- '' + message['content'] + '</s>'}}
|
||||
{%- else %}
|
||||
{{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user