Route with multi-turn conversation

#2
by tieubaoca - opened

Does this model support processing a conversation thread between a user and an AI? Because the complexity of a question often depends on its context rather than just the question content itself.

SupraLabs org

No, sorry, it doesn't do multi-turn.

It's difficult to manage the context length of an SLM for a task like that. We will try our best for our next model!

QyrouNnet-AI changed discussion status to closed

This is exactly the question I was asking myself because otherwise routing can't be set up too much except for the first request. Maybe concatenate with the first request, the last tool called and its parameters + the last user request?

Sign up or log in to comment