Skip to content

Commit

Permalink
Update sherpa/cpp_api/online-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 0381113 commit 62560cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa/cpp_api/online-recognizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 62560cb

Please sign in to comment.