mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 03:21:59 +00:00
feat: Add temperature support to responses API
Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
2c7aba4158
commit
70dde487c3
6 changed files with 220 additions and 3 deletions
3
docs/_static/llama-stack-spec.html
vendored
3
docs/_static/llama-stack-spec.html
vendored
|
|
@ -6462,6 +6462,9 @@
|
|||
"stream": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"temperature": {
|
||||
"type": "number"
|
||||
},
|
||||
"tools": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
|
|||
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -4506,6 +4506,8 @@ components:
|
|||
type: boolean
|
||||
stream:
|
||||
type: boolean
|
||||
temperature:
|
||||
type: number
|
||||
tools:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue