Hello, I have an issue where the LLM is stripping data before sending to the voice model (I think)
based on the logs, I can see that the LLM has properly retrieved all the info needed, but then when sending the line to speak out loud to the voice model it ommited data which it generated with * BOLD* formatting
Here's an extract of the log
11:38:49:673
[LOG]
Model output: Parmi
11:38:49:673
[LOG]
Model output: .
11:38:49:674
[LOG]
Voice input: je vous recommande de considérer des marques reconnues pour leur qualité et durabilité.
11:38:49:699
[LOG]
Model output: partenaires
11:38:49:699
[LOG]
Model output: nos
11:38:49:718
[LOG]
Model output: ,
11:38:49:718
[LOG]
Model output: **
11:38:49:751
[LOG]
Model output: Ak
11:38:49:751
[LOG]
Model output: zo
11:38:49:777
[LOG]
Model output: -N
11:38:49:777
[LOG]
Model output: obel
11:38:49:800
[LOG]
Model output: **
11:38:49:806
[LOG]
Model output: est
11:38:49:826
[LOG]
Model output: excellente
11:38:49:826
[LOG]
Model output: une
11:38:49:850
[LOG]
Model output: option
11:38:49:851
[LOG]
Model output: .
11:38:49:874
[LOG]
Model output: Cette
11:38:49:875
[LOG]
Voice input: Parmi nos partenaires, est une excellente option.
and it's missing the brand name "Akzo-Nobel" :
desired Voice input: Parmi nos partenaires Akzo-Nobel, est une excellente option.