diff --git a/internal/impl/ollama/chat_processor_test.go b/internal/impl/ollama/chat_processor_test.go index c8ff3adba6..c4bec82e8d 100644 --- a/internal/impl/ollama/chat_processor_test.go +++ b/internal/impl/ollama/chat_processor_test.go @@ -38,6 +38,10 @@ func createCompletionProcessorForTest(t *testing.T, addr string) *ollamaCompleti // use smallest model possible to make it cheaper model: "tinyllama", client: NewClient(url, http.DefaultClient), + opts: map[string]any{ + "seed": 42, + "temperature": 0, + }, }, userPrompt: nil, systemPrompt: nil,