mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 10:20:26 +00:00
added additional params and new functions required to watsonx
This commit is contained in:
parent
1bb1d9b2ba
commit
1d6ef73dd7
4 changed files with 148 additions and 2 deletions
6
docs/_static/llama-stack-spec.html
vendored
6
docs/_static/llama-stack-spec.html
vendored
|
|
@ -4191,6 +4191,12 @@
|
|||
"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": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue