mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-03 21:12:57 +00:00
fix version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1752,7 +1752,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sbv2_core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dotenvy",
|
||||
|
||||
@@ -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