File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ var _ = Describe("E2E test", func() {
188
188
{
189
189
Type : openai .ChatMessagePartTypeImageURL ,
190
190
ImageURL : & openai.ChatMessageImageURL {
191
- 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 " ,
191
+ URL : "https://picsum.photos/id/22/4434/3729 " ,
192
192
Detail : openai .ImageURLDetailLow ,
193
193
},
194
194
},
@@ -197,7 +197,7 @@ var _ = Describe("E2E test", func() {
197
197
}})
198
198
Expect (err ).ToNot (HaveOccurred ())
199
199
Expect (len (resp .Choices )).To (Equal (1 ), fmt .Sprint (resp ))
200
- Expect (resp .Choices [0 ].Message .Content ).To (Or (ContainSubstring ("wooden " ), ContainSubstring ("grass " )), fmt .Sprint (resp .Choices [0 ].Message .Content ))
200
+ Expect (resp .Choices [0 ].Message .Content ).To (Or (ContainSubstring ("man " ), ContainSubstring ("road " )), fmt .Sprint (resp .Choices [0 ].Message .Content ))
201
201
})
202
202
})
203
203
Context ("text to audio" , func () {
You can’t perform that action at this time.
0 commit comments