Addressed comments

This commit is contained in:
Rugved Somwanshi 2025-03-14 16:33:53 -04:00 committed by Matt Clayton
parent 1a5cfd1b6f
commit aa9562e104
2 changed files with 4 additions and 7 deletions

View file

@ -279,7 +279,7 @@ class LMStudioClient:
options.update(
{
"temperature": params.strategy.temperature,
"top_p": params.strategy.top_p,
"topPSampling": params.strategy.top_p,
}
)
elif isinstance(params.strategy, TopKSamplingStrategy):