From 8b50b741faa67bcfe0188e488fe25ad2c2dd1810 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 28 Dec 2024 17:36:31 -0500 Subject: [PATCH] Fix test. --- tests/ra_aid/test_llm.py | 1 + 1 file changed, 1 insertion(+) 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" )