Commit a711234
authored
ollama: set seed and temperature for deterministic test output (#4306)
The integration test was flaky because tinyllama produced
non-deterministic responses. Set seed=42 and temperature=0 in the test
helper to get reproducible output.
Fixes CON-4351 parent 8cc1de2 commit a711234
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments