Skip to content

ollama: set seed and temperature for deterministic test output#4306

Merged
josephwoodward merged 1 commit intomainfrom
mmt/ollama-fixes-v2
May 4, 2026
Merged

ollama: set seed and temperature for deterministic test output#4306
josephwoodward merged 1 commit intomainfrom
mmt/ollama-fixes-v2

Conversation

@mmatczuk
Copy link
Copy Markdown
Contributor

Commits

  • set seed and temperature for deterministic test output

Jira

  • CON-435

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-435
@claude
Copy link
Copy Markdown

claude Bot commented Apr 20, 2026

Commits
LGTM

Review
Small test-only change: sets seed=42 and temperature=0 in opts for the integration test helper to deterministically anchor tinyllama output. opts is already wired into baseOllamaProcessor, so the values flow through the existing options mechanism.

LGTM

This was referenced Apr 20, 2026
@josephwoodward josephwoodward merged commit a711234 into main May 4, 2026
7 checks passed
@josephwoodward josephwoodward deleted the mmt/ollama-fixes-v2 branch May 4, 2026 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants