Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Sep 23, 2024
1 parent f2d3add commit 2c8fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async fn main() -> Result<(), ServerError> {
info!(target: "stdout", "model path: {}", cli.model.display());

// create a Metadata instance
let metadata = llama_core::AudioMetadataBuilder::new(&cli.model_name, &cli.model_alias)
let metadata = llama_core::WhisperMetadataBuilder::new(&cli.model_name, &cli.model_alias)
.enable_plugin_log(true)
.enable_debug_log(true)
.build();
Expand Down

0 comments on commit 2c8fd3e

Please sign in to comment.