mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 13:28:47 +00:00
Address PR comments
This commit is contained in:
parent
b8d2e33955
commit
334cd8b34a
8 changed files with 12 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue