tests : check temp back to 0.0

This commit is contained in:
Georgi Gerganov
2025-12-07 15:54:49 +02:00
parent 8ef5f900db
commit 42125f0e10
+1 -1
View File
@@ -494,7 +494,7 @@ def test_n_probs_post_sampling():
res = server.make_request("POST", "/completion", data={
"prompt": "I believe the meaning of life is",
"n_probs": 10,
"temperature": 1.0,
"temperature": 0.0,
"n_predict": 5,
"post_sampling_probs": True,
})