added integration of OpenAI Image Description

This commit is contained in:
Falko Zurell 2025-01-20 09:47:00 +01:00
parent 60acee3277
commit a2e93a625c
4 changed files with 98 additions and 7 deletions

View file

@ -10,4 +10,5 @@ rustflags = ["--out-dir", "target/output"]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json", "multipart"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.0", features = ["full"] }
base64 = "0.21"