Skip to content

Commit

Permalink
Update sherpa/cpp_api/offline-recognizer.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Fangjun Kuang <[email protected]>
  • Loading branch information
shaynemei and csukuangfj authored Aug 26, 2023
1 parent f4e80b1 commit 0381113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa/cpp_api/offline-recognizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 0381113

Please sign in to comment.