"src/vscode:/vscode.git/clone" did not exist on "20ada4308fc6c9e7448ad0d91b92d157e202f1d1"
Unverified Commit c385ca86 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

test: add valid responses (#11902)

some of the new models need a few more valid responses to pass
parent 837379a9
...@@ -574,8 +574,8 @@ func GenerateRequests() ([]api.GenerateRequest, [][]string) { ...@@ -574,8 +574,8 @@ func GenerateRequests() ([]api.GenerateRequest, [][]string) {
}, },
}, },
[][]string{ [][]string{
{"sunlight"}, {"sunlight", "scattering", "interact"},
{"soil", "organic", "earth", "black", "tan"}, {"soil", "organic", "earth", "black", "tan", "chemical", "processes", "pigments", "particles"},
{"england", "english", "massachusetts", "pilgrims", "british"}, {"england", "english", "massachusetts", "pilgrims", "british"},
{"fourth", "july", "declaration", "independence"}, {"fourth", "july", "declaration", "independence"},
{"nitrogen", "oxygen", "carbon", "dioxide"}, {"nitrogen", "oxygen", "carbon", "dioxide"},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment