We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1899632 commit 8ed8fa9Copy full SHA for 8ed8fa9
examples/server/tests/features/steps/steps.py
@@ -883,7 +883,7 @@ async def request_completion(prompt,
883
"cache_prompt": cache_prompt,
884
"id_slot": id_slot,
885
"seed": seed if seed is not None else 42,
886
- "temperature": temperature if temperature is not None else 0.8f,
+ "temperature": temperature if temperature is not None else 0.8,
887
"n_probs": 2,
888
},
889
headers=headers,
0 commit comments