Greetings fellow developers,
I’m trying to find a way to make the model answer my query as im talking. For example, if I ask the model a question and it starts answering, I want to ask another question while he is responding to me, so that when he finishes answering the question #1 he proceeds with the response for question#2. I thought this could be achieved by setting turn_detection.interrupt_response
false and turn_detection.create_response
to true.
In a way what im trying to achieve is a continous flow of responses to whatever im saying to the model.
Does the turn_detection.interrupt_response parameter works as intended?