Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
c385ca86
Unverified
Commit
c385ca86
authored
Aug 14, 2025
by
Daniel Hiltgen
Committed by
GitHub
Aug 14, 2025
Browse files
test: add valid responses (#11902)
some of the new models need a few more valid responses to pass
parent
837379a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
integration/utils_test.go
integration/utils_test.go
+2
-2
No files found.
integration/utils_test.go
View file @
c385ca86
...
...
@@ -574,8 +574,8 @@ func GenerateRequests() ([]api.GenerateRequest, [][]string) {
},
},
[][]
string
{
{
"sunlight"
},
{
"soil"
,
"organic"
,
"earth"
,
"black"
,
"tan"
},
{
"sunlight"
,
"scattering"
,
"interact"
},
{
"soil"
,
"organic"
,
"earth"
,
"black"
,
"tan"
,
"chemical"
,
"processes"
,
"pigments"
,
"particles"
},
{
"england"
,
"english"
,
"massachusetts"
,
"pilgrims"
,
"british"
},
{
"fourth"
,
"july"
,
"declaration"
,
"independence"
},
{
"nitrogen"
,
"oxygen"
,
"carbon"
,
"dioxide"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment