"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "01baefe674e61d156672d14b11b20055252df662"
Unverified Commit aa3f105c authored by Gerard Finol's avatar Gerard Finol Committed by GitHub
Browse files

Add 'path' option to ImagePrompt data_format (#25081)


Signed-off-by: default avatarGerard Finol <gerard.finol@urv.cat>
parent ef7eefe1
...@@ -22,7 +22,7 @@ class DataModuleConfig(TypedDict): ...@@ -22,7 +22,7 @@ class DataModuleConfig(TypedDict):
class ImagePrompt(BaseModel): class ImagePrompt(BaseModel):
data_format: Literal["b64_json", "bytes", "url"] data_format: Literal["b64_json", "bytes", "url", "path"]
""" """
This is the data type for the input image This is the data type for the input image
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment