mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Fix pre-commit after rebasing
This commit is contained in:
parent
96bd6c1836
commit
bb2eb33fc3
7 changed files with 15 additions and 8722 deletions
|
@ -4992,7 +4992,7 @@
|
|||
"properties": {
|
||||
"model": {
|
||||
"type": "string",
|
||||
"description": "The identifier of the reranking model to use."
|
||||
"description": "The identifier of the reranking model to use. The model must be a reranking model registered with Llama Stack and available via the /models endpoint."
|
||||
},
|
||||
"query": {
|
||||
"oneOf": [
|
||||
|
|
|
@ -3657,7 +3657,8 @@ components:
|
|||
model:
|
||||
type: string
|
||||
description: >-
|
||||
The identifier of the reranking model to use.
|
||||
The identifier of the reranking model to use. The model must be a reranking
|
||||
model registered with Llama Stack and available via the /models endpoint.
|
||||
query:
|
||||
oneOf:
|
||||
- type: string
|
||||
|
|
4995
docs/static/llama-stack-spec.html
vendored
4995
docs/static/llama-stack-spec.html
vendored
File diff suppressed because it is too large
Load diff
3725
docs/static/llama-stack-spec.yaml
vendored
3725
docs/static/llama-stack-spec.yaml
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue