We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada91f1 commit a9121f7Copy full SHA for a9121f7
inference/server/oasst_inference_server/routes/configs.py
@@ -29,7 +29,7 @@ class ModelConfigInfo(pydantic.BaseModel):
29
sampling_parameters=inference.SamplingParameters(
30
top_k=50,
31
top_p=0.95,
32
- temperature=1.0,
+ temperature=0.9,
33
repetition_penalty=1.2,
34
),
35
0 commit comments