Skip to content

Commit 59850f0

Browse files
committed
fix test
1 parent 331f022 commit 59850f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/apps/ai/agent/tools/rag/generator_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,4 @@ def test_generate_answer_none_openai_response(self):
320320
def test_constants(self):
321321
"""Test class constants have expected values."""
322322
assert Generator.MAX_TOKENS == 2000
323-
assert Generator.TEMPERATURE == 0.8
323+
assert Generator.TEMPERATURE == 0.5

0 commit comments

Comments
 (0)