Skip to content

Commit 84e85ff

Browse files
committed
vlm_request
1 parent efbec14 commit 84e85ff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

opencontext/context_processing/processor/screenshot_processor.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ async def batch_process(self, raw_contexts: List[RawContextProperties]) -> bool:
218218
"type": "image_url",
219219
"image_url": {
220220
"url": f"data:image/png;base64,{base64_image}",
221-
"detail": "auto"
222-
},
223-
"source": {
224-
# "screen_id": i,
225-
"time": raw_contexts[i].create_time.isoformat() # Recommend using UTC with timezone
226221
}
227222
}))
228223

0 commit comments

Comments
 (0)