mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
Merge c262e5f039 into 4237eb4aaa
This commit is contained in:
commit
f7bce1a832
13 changed files with 212 additions and 25 deletions
5
docs/static/llama-stack-spec.yaml
vendored
5
docs/static/llama-stack-spec.yaml
vendored
|
|
@ -289,11 +289,14 @@ paths:
|
|||
post:
|
||||
responses:
|
||||
'200':
|
||||
description: An OpenAICompletion.
|
||||
description: An OpenAICompletion or an async iterator of OpenAICompletion chunks when streaming.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/OpenAICompletion'
|
||||
text/event-stream:
|
||||
schema:
|
||||
$ref: '#/components/schemas/OpenAICompletion'
|
||||
'400':
|
||||
description: Bad Request
|
||||
$ref: '#/components/responses/BadRequest400'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue