mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 09:18:46 +00:00
Updated SamplingParams
This commit is contained in:
parent
03a25a7753
commit
3588c5bcd7
4 changed files with 13 additions and 66 deletions
10
docs/_static/llama-stack-spec.yaml
vendored
10
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -2907,16 +2907,6 @@ components:
|
|||
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
|
||||
required:
|
||||
- strategy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue