Fixed openai api endpoint
Publish Metadata Agent Image / build-and-push-image (push) Successful in 3m40s
Publish Web Player Image / build-and-push-image (push) Successful in 3m45s

This commit is contained in:
2026-04-07 19:32:17 +01:00
parent e85ed32b7b
commit 761306eb9d
4 changed files with 128 additions and 25 deletions
+1
View File
@@ -14,6 +14,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid", "migrate"] }
symphonia = { version = "0.5", default-features = false, features = ["mp3", "aac", "flac", "vorbis", "wav", "alac", "adpcm", "pcm", "mpa", "isomp4", "ogg", "aiff", "mkv"] }
id3 = "1"
thiserror = "2.0"
tokio = { version = "1.50", features = ["full"] }
tracing = "0.1"