Address PR comments

This commit is contained in:
Jash Gulabrai 2025-04-15 18:04:19 -04:00
parent b8d2e33955
commit 334cd8b34a
8 changed files with 12 additions and 13 deletions

View file

@ -28,7 +28,7 @@ class ModelCandidate(BaseModel):
type: Literal["model"] = "model"
model: str
sampling_params: Optional[SamplingParams] = Field(default_factory=SamplingParams)
sampling_params: SamplingParams
system_message: Optional[SystemMessage] = None