|
|
@@ -8,8 +8,8 @@ curl http://127.0.0.1:8103/v1/chat/completions \
|
|
|
{
|
|
|
"role": "user",
|
|
|
"content": [
|
|
|
- {"type": "text", "text": "Table Recognition:"},
|
|
|
- {"type": "image_url", "image_url": {"url": "file://repository.git/ocr_platform/ocr_tools/daemons/curl_local_img.png"}}
|
|
|
+ {"type": "image_url", "image_url": {"url": "file://repository.git/ocr_platform/ocr_tools/daemons/curl_local_img.png"}},
|
|
|
+ {"type": "text", "text": "Table Recognition:"}
|
|
|
]
|
|
|
}
|
|
|
],
|