Skip to content

Commit

Permalink
chore: log transcription requests
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Sep 14, 2024
1 parent 534770f commit dfab373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/whisper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ pub(crate) async fn whisper_transcriptions_handler(req: Request<Body>) -> Respon
}
}

info!(target: "stdout", "Request: {:?}", &request);

let obj = match llama_core::audio::audio_transcriptions(request).await {
Ok(obj) => obj,
Err(e) => {
Expand Down

0 comments on commit dfab373

Please sign in to comment.