Skip to content

Commit

Permalink
Added clarification for prompt template selection - llama-3 and llama…
Browse files Browse the repository at this point in the history
…-3.1 use the same template for non-function calling scenarios.
  • Loading branch information
abgulati committed Aug 8, 2024
1 parent b7d965a commit fc4d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/templates/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ <h5>LLM Selection: Options for Local-Inferencing & APIs</h5>
<br>
<select class="modal-selects" name="llm_template_choice" id="llmTemplateDropdown">
<option value="">Please select</option>
<option value="llama3">Llama-3 Prompt Template Format</option>
<option value="llama3">Llama-3 & 3.1 Prompt Template Format</option>
<option value="llama2">Llama-2 Prompt Template Format (Mistral Nemo-12B Instruct, Instruct-7B & MoE - v0.1 & v0.2, etc.)</option>
<option value="chatml">ChatML Prompt Template Format (Open & Nous Hermes-Mistral & MoE, etc.) </option>
<option value="phi3">Microsoft Phi-3 Prompt Template Format</option>
Expand Down

0 comments on commit fc4d681

Please sign in to comment.