tweak language
This commit is contained in:
parent
79d260c1c8
commit
2ab3f2ce98
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ impl ModelManager {
|
||||||
ModelInfo {
|
ModelInfo {
|
||||||
id: "turbo".to_string(),
|
id: "turbo".to_string(),
|
||||||
name: "Whisper Turbo".to_string(),
|
name: "Whisper Turbo".to_string(),
|
||||||
description: "Good accuracy, medium speed".to_string(),
|
description: "Balanced accuracy and speed.".to_string(),
|
||||||
filename: "ggml-large-v3-turbo-q5_0.bin".to_string(),
|
filename: "ggml-large-v3-turbo-q5_0.bin".to_string(),
|
||||||
url: Some("https://blob.handy.computer/ggml-large-v3-turbo-q5_0.bin".to_string()),
|
url: Some("https://blob.handy.computer/ggml-large-v3-turbo-q5_0.bin".to_string()),
|
||||||
size_mb: 574, // Approximate size
|
size_mb: 574, // Approximate size
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue