From 62560cbf07f811a67022c37de801ae1a0f29874c Mon Sep 17 00:00:00 2001 From: Shayne Mei <31003116+shaynemei@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:37:14 -0700 Subject: [PATCH] Update sherpa/cpp_api/online-recognizer.cc Co-authored-by: Fangjun Kuang --- sherpa/cpp_api/online-recognizer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa/cpp_api/online-recognizer.cc b/sherpa/cpp_api/online-recognizer.cc index 80b482fc3..abf1a6941 100644 --- a/sherpa/cpp_api/online-recognizer.cc +++ b/sherpa/cpp_api/online-recognizer.cc @@ -177,7 +177,7 @@ std::string OnlineRecognizerConfig::ToString() const { os << "left_context=" << left_context << ", "; os << "right_context=" << right_context << ", "; os << "chunk_size=" << chunk_size << ", "; - os << "temperature=" << chunk_size << ")"; + os << "temperature=" << temperature << ")"; return os.str(); }