mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-10 13:28:40 +00:00
test
# What does this PR do? ## Test Plan
This commit is contained in:
parent
96886afaca
commit
f229c433fe
17 changed files with 175 additions and 4 deletions
26
docs/static/stainless-llama-stack-spec.html
vendored
26
docs/static/stainless-llama-stack-spec.html
vendored
|
@ -7214,12 +7214,36 @@
|
|||
"user": {
|
||||
"type": "string",
|
||||
"description": "(Optional) The user to use."
|
||||
},
|
||||
"kwargs": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "number"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "array"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
}
|
||||
],
|
||||
"description": "(Optional) Additional provider-specific parameters to pass through as extra_body (e.g., chat_template_kwargs for vLLM)."
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"model",
|
||||
"messages"
|
||||
"messages",
|
||||
"kwargs"
|
||||
],
|
||||
"title": "OpenaiChatCompletionRequest"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue