I'm using GPT_like ai to power my own chat bot so I give it and input:
User: Question
And I expect it to give and the answer like this:
AI: Answer to the question.
But what happens is that i get multiples lines like so:
AI: Answer to the question. User: Question 2 AI: Answer to the question 2.
Do have ideas on how to trick it to give just one answer ?
I'm using pyllamacpp