Skip to content

Commit 7f2d208

Browse files
dhiltgenrick-github
authored andcommitted
test: add valid responses (ollama#11902)
some of the new models need a few more valid responses to pass
1 parent b1d50d2 commit 7f2d208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/utils_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ func GenerateRequests() ([]api.GenerateRequest, [][]string) {
574574
},
575575
},
576576
[][]string{
577-
{"sunlight"},
578-
{"soil", "organic", "earth", "black", "tan"},
577+
{"sunlight", "scattering", "interact"},
578+
{"soil", "organic", "earth", "black", "tan", "chemical", "processes", "pigments", "particles"},
579579
{"england", "english", "massachusetts", "pilgrims", "british"},
580580
{"fourth", "july", "declaration", "independence"},
581581
{"nitrogen", "oxygen", "carbon", "dioxide"},

0 commit comments

Comments
 (0)