We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4261ec9 commit 935b5d9Copy full SHA for 935b5d9
tests/working_models.py
@@ -48,9 +48,9 @@ async def _test_model_completion(
48
"model": model_id,
49
"messages": [{"role": "user", "content": test_prompt}],
50
"max_tokens": model.max_tokens,
51
- "temperature": model.max_tokens,
+ "temperature": model.temperature,
52
53
54
}
55
send_func = client.send_chat_completion
56
else:
0 commit comments