diff --git a/tests/ra_aid/test_llm.py b/tests/ra_aid/test_llm.py index b6aa8bc..a9e2a68 100644 --- a/tests/ra_aid/test_llm.py +++ b/tests/ra_aid/test_llm.py @@ -81,6 +81,7 @@ def test_initialize_expert_openai_compatible(clean_env, mock_openai, monkeypatch mock_openai.assert_called_once_with( api_key="test-key", base_url="http://test-url", + temperature=0.3, model="local-model" )