added integration of OpenAI Image Description
This commit is contained in:
parent
60acee3277
commit
a2e93a625c
4 changed files with 98 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue