We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a16a commit 8e95117Copy full SHA for 8e95117
volcenginesdkexamples/volcenginesdkarkruntime/async_responses_create.py
@@ -18,6 +18,7 @@
18
19
20
async def main():
21
+ image_path = "/path/to/your/image.jpg"
22
# ==========================================================
23
# 示例 1:多轮对话,开启 caching
24
@@ -32,7 +33,7 @@ async def main():
32
33
{
34
"type": "input_image",
35
# local image file path, will be automatically uploaded to file
- "image_url": f"file://{your_image_path}"
36
+ "image_url": f"file://{image_path}"
37
},
38
39
"type": "input_text",
0 commit comments