update readme

This commit is contained in:
jhqxxx
2026-02-05 01:18:53 +08:00
parent f7dfc3a046
commit 978b74ec13
3 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ impl ExecModel for Qwen3ASRExec {
println!("Time elapsed in load model is: {:?}", i_duration);
// Create ChatCompletionParameters for ASR
let url = &input[1];
let url = &input[0];
let input_url = if url.starts_with("http://")
|| url.starts_with("https://")
|| url.starts_with("file://")