File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,24 @@ func verifyTrafficRouting() {
201
201
{"role" : "user" , "content" : "Now summarize your thoughts." },
202
202
},
203
203
},
204
+ {
205
+ api : "/chat/completions" ,
206
+ promptOrMessages : []map [string ]any {
207
+ {
208
+ "role" : "user" ,
209
+ "content" : []map [string ]any {
210
+ {
211
+ "type" : "text" ,
212
+ "text" : `What's in this image?` ,
213
+ },
214
+ {
215
+ "type" : "image_url" ,
216
+ "url" : "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg" ,
217
+ },
218
+ },
219
+ },
220
+ },
221
+ },
204
222
} {
205
223
ginkgo .By (fmt .Sprintf ("Verifying connectivity through the inference extension with %s api and prompt/messages: %v" , t .api , t .promptOrMessages ))
206
224
You can’t perform that action at this time.
0 commit comments