Troubles with answers
I use MistralAI 7B Instruct model and i use standart settings in serverless and im getting strange answers. I tried different temperament values, but it didn't help.
Please tell me how to fix it


1 Reply
Have you tried providing a list of messages instead of a prompt, which I believe is used for standard text completion even in non-openai requests? Many chat-finetuned models might not be the best in that.
Chat completion uses conversations like:
Output:
Standard text completion looks like:
Output:
You can also use openAI compatible endpoint and requests at
api.runpod.ai/v2/{RUNPOD_ENDPOINT_ID}/openai/v1/chat/completions
.