Skip to content

Commit 8e95117

Browse files
author
lmh
committed
fix: lint
1 parent 144a16a commit 8e95117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volcenginesdkexamples/volcenginesdkarkruntime/async_responses_create.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
async def main():
21+
image_path = "/path/to/your/image.jpg"
2122
# ==========================================================
2223
# 示例 1:多轮对话,开启 caching
2324
# ==========================================================
@@ -32,7 +33,7 @@ async def main():
3233
{
3334
"type": "input_image",
3435
# local image file path, will be automatically uploaded to file
35-
"image_url": f"file://{your_image_path}"
36+
"image_url": f"file://{image_path}"
3637
},
3738
{
3839
"type": "input_text",

0 commit comments

Comments
 (0)