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 f030ec1 commit 3aca93cCopy full SHA for 3aca93c
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.8f,
887
"n_probs": 2,
888
},
889
headers=headers,
0 commit comments