mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
Integration tests conditionally pull
If images aren't present, pull them. Also fixes the expected responses
This commit is contained in:
parent
acfa2b9422
commit
7b6cbc10ec
4 changed files with 70 additions and 10 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
func TestOrcaMiniBlueSky(t *testing.T) {
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 1*time.Minute)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
|
||||
defer cancel()
|
||||
// Set up the test data
|
||||
req := api.GenerateRequest{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue