Skip to content

Commit

Permalink
response schema documentation format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emcf committed Apr 25, 2024
1 parent 1ce6e63 commit f24595f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The input source is either a file path, a URL, or a directory. The pipe will ext
{
"type": "image_url",
"image_url": {
"url": f"data:image/jpeg;base64,{base64_image}"
"url": "data:image/jpeg;base64,..."
}
}
]
Expand Down

0 comments on commit f24595f

Please sign in to comment.