mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 17:18:46 +00:00
Updated SamplingParams
This commit is contained in:
parent
03a25a7753
commit
3588c5bcd7
4 changed files with 13 additions and 66 deletions
25
docs/_static/llama-stack-spec.html
vendored
25
docs/_static/llama-stack-spec.html
vendored
|
|
@ -4191,31 +4191,6 @@
|
|||
"type": "string"
|
||||
},
|
||||
"description": "Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence."
|
||||
},
|
||||
"additional_params": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue