mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-05-22 16:50:37 +00:00
fix version
This commit is contained in:
@@ -9,7 +9,7 @@ axum = "0.7.5"
|
||||
dotenvy.workspace = true
|
||||
env_logger = "0.11.5"
|
||||
log = "0.4.22"
|
||||
sbv2_core = { version = "0.1.0", path = "../sbv2_core" }
|
||||
sbv2_core = { version = "0.1.1", path = "../sbv2_core" }
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
tokio = { version = "1.40.0", features = ["full"] }
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ fn sdp_default() -> f32 {
|
||||
fn length_default() -> f32 {
|
||||
1.0
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
struct SynthesizeRequest {
|
||||
text: String,
|
||||
|
||||
Reference in New Issue
Block a user