mirror of
https://github.com/ollama/ollama.git
synced 2025-05-12 02:46:36 +02:00
fix concurrency test
This commit is contained in:
parent
50ee8b5f56
commit
7ed367419e
4 changed files with 17 additions and 18 deletions
|
@ -35,8 +35,8 @@ var (
|
|||
},
|
||||
}
|
||||
resp = [2][]string{
|
||||
[]string{"sunlight"},
|
||||
[]string{"england", "english", "massachusetts", "pilgrims"},
|
||||
{"sunlight"},
|
||||
{"england", "english", "massachusetts", "pilgrims"},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue