From dde9b019ddc2a436834d450655a74418cabcb9fb Mon Sep 17 00:00:00 2001 From: narawat Date: Thu, 6 Aug 2026 18:44:28 +0700 Subject: [PATCH] update --- src/utils.jl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index f274980..de364ed 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -162,22 +162,6 @@ end -message = Dict( - "role" => "user", - "content" => [ - Dict("type" => "text", "text" => - " - Do you have something similar to the one in the image? - "), - Dict( - "type" => "image_url", - "image_url" => Dict("url" => data1_uri) - ) - ] - ) - - -