mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: add paginated false to chat/completions
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9a36669ef3
commit
738d4bfd7e
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ resources:
|
||||||
list:
|
list:
|
||||||
type: http
|
type: http
|
||||||
endpoint: get /v1/chat/completions
|
endpoint: get /v1/chat/completions
|
||||||
|
paginated: false
|
||||||
retrieve:
|
retrieve:
|
||||||
type: http
|
type: http
|
||||||
endpoint: get /v1/chat/completions/{completion_id}
|
endpoint: get /v1/chat/completions/{completion_id}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue