feat: add multi-provider image generation

This commit is contained in:
2026-04-29 15:47:18 +08:00
parent 20bd25e136
commit a4198f29d2
18 changed files with 3397 additions and 652 deletions

View File

@@ -26,6 +26,9 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "mul
thiserror = "2"
async-trait = "0.1"
base64 = "0.22"
hex = "0.4"
hmac = "0.12"
sha2 = "0.10"
[features]
default = ["custom-protocol"]