Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
skzhang1 committed Nov 12, 2024
1 parent 36f4193 commit df9dce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/topics/non-openai-models/local-vllm.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Create a file name `autogenmistraltemplate.jinja` with the following content:
{% if (message['role'] == 'user' or message['role'] == 'system') %}
{{ '[INST] ' + message['content'] + ' [/INST]' }}
{% elif message['role'] == 'assistant' %}
{% elsif message['role'] == 'assistant' %}
{{ message['content'] + eos_token}}
{% else %}
{{ raise_exception('Only system, user and assistant roles are supported!') }}
Expand Down

0 comments on commit df9dce2

Please sign in to comment.