From 0381113ab227e6a10dbe2e9df08df8bdb8634a87 Mon Sep 17 00:00:00 2001 From: Shayne Mei <31003116+shaynemei@users.noreply.github.com> Date: Sat, 26 Aug 2023 14:36:49 -0700 Subject: [PATCH] Update sherpa/cpp_api/offline-recognizer.cc Co-authored-by: Fangjun Kuang --- sherpa/cpp_api/offline-recognizer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa/cpp_api/offline-recognizer.cc b/sherpa/cpp_api/offline-recognizer.cc index 306d5b145..9c9798bff 100644 --- a/sherpa/cpp_api/offline-recognizer.cc +++ b/sherpa/cpp_api/offline-recognizer.cc @@ -155,7 +155,7 @@ std::string OfflineRecognizerConfig::ToString() const { os << "decoding_method=\"" << decoding_method << "\", "; os << "num_active_paths=" << num_active_paths << ", "; os << "context_score=" << context_score << ", "; - os << "temperature=" << chunk_size << ")"; + os << "temperature=" << temperature << ")"; return os.str(); }