LikeSundayLikeRain
Results
2
comments of
LikeSundayLikeRain
我也遇到了解析失败,有没有带日志的mac版的
I suspect this is because the input message doesn't support `tool_calls` field, so the model don't know it already generated a tool_call response, so it returns tool_call again. https://github.com/huggingface/text-generation-inference/blob/main/router/src/lib.rs#L1180