mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 23:09:48 +00:00
fix meta-reference, test vllm
This commit is contained in:
parent
b75e4eb6b9
commit
a30aaaa2e5
3 changed files with 13 additions and 3 deletions
|
|
@ -103,6 +103,8 @@ async def interleaved_content_convert_to_raw(
|
|||
data = response.content
|
||||
else:
|
||||
raise ValueError("Unsupported URL type")
|
||||
else:
|
||||
data = c.data
|
||||
return RawMediaItem(data=data)
|
||||
else:
|
||||
raise ValueError(f"Unsupported content type: {type(c)}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue