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) - ) - ] - ) - - -