Consider the following python openai call:openai.ChatCompletion.create(model="mistralai/mistral-7b-instruct", messages=[{"role": "system", "content": system_prompt}, {"role": "user", "content": prompt}], headers={"HTTP-Referer": "https://localhost:3000/"}) Do I need to worry about special tokens like <s>[INST] as specified in model card https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1 or does openrouter deal with this on server side?
#Does Open router apply prompt formatting with OpenAi API?
4 messages · Page 1 of 1 (latest)