mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
Fix commit
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
926810e4ec
commit
6d4e3a2be3
2 changed files with 10 additions and 0 deletions
6
docs/_static/llama-stack-spec.html
vendored
6
docs/_static/llama-stack-spec.html
vendored
|
@ -4062,6 +4062,12 @@
|
|||
"repetition_penalty": {
|
||||
"type": "number",
|
||||
"default": 1.0
|
||||
},
|
||||
"stop": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
@ -2793,6 +2793,10 @@ components:
|
|||
repetition_penalty:
|
||||
type: number
|
||||
default: 1.0
|
||||
stop:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- strategy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue