-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed as not planned
Labels
Description
Question
I have the next code:
agent_resp = await content_agent.run(
[
chunk.content,
*(ImageUrl(image) for image in chunk.images),
],
)and it returns
"status_code":400,
"model_name":accounts/fireworks/models/kimi-k2-instruct,
"body":{
"object":"error",
"type":"invalid_request_error",
"code":"invalid_request_error",
"message":"Cannot preprocess image len(combined_imgs) = 1,
len(image_ranges) = 0, please provide valid images"
}Is it my mistake or what?
Additional Context
No response