mistralai/Mistral-7B-Instruct-v0.2
.
'role' : 'system'
messages, as used in AG2.
Therefore, we will create a chat template for the Mistral.AI Mistral 7B model we are using that allows roles of ‘user’, ‘assistant’, and ‘system’.
Create a file named ag2mistraltemplate.jinja
with the following content:
autogen
or ag2
, all you need to do is upgrade it using:autogen
and ag2
are aliases for the same PyPI package.api_key
is a mandatory field for configurations within AG2 we put a dummy value in it, as per the example below.
Although we are specifying the model when running the vLLM command, we must still put it into the model
value for vLLM.