mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 02:16:36 +02:00
Integration test improvements
Cleaner shutdown logic, a bit of response hardening
This commit is contained in:
parent
0a0e9f3e0f
commit
4fec5816d6
2 changed files with 34 additions and 19 deletions
|
@ -24,5 +24,5 @@ func TestOrcaMiniBlueSky(t *testing.T) {
|
|||
"seed": 123,
|
||||
},
|
||||
}
|
||||
GenerateTestHelper(ctx, t, &http.Client{}, req, []string{"rayleigh"})
|
||||
GenerateTestHelper(ctx, t, &http.Client{}, req, []string{"rayleigh", "scattering"})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue