add image api and audio api

This commit is contained in:
jhqxxx
2025-12-25 20:25:52 +08:00
parent bf53d3d869
commit 9a4fa636be
16 changed files with 694 additions and 72 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ base64 = "0.22.1"
num = "0.4.3"
minijinja = "2.12.0"
tokenizers = "0.22.1"
aha_openai_dive = {version = "1.3.2", features = ["stream"]}
aha_openai_dive = { git ="https://github.com/jhqxxx/openai-client.git", features = ["stream"]}
uuid = { version = "1.18.1", features = ["v4"]}
chrono = "0.4.42"
rocket = { version = "0.5.1", features = ["serde_json", "json"] }