Mistral Instruct

Those templates are prepared based on the offical Mistral documentation.

Usage

Check llama.cpp to see how to use those templates with llama.cpp server.

Chat Format

[INST]Instruction[/INST]
php
<?php namespace App; use Distantmagic\Resonance\LlmPromptTemplate\MistralInstructChat; $template = new MistralInstructChat('How to make a cat happy?');
Edit on GitHub