Skip to content

Commit

Permalink
trying to resolve GET examples
Browse files Browse the repository at this point in the history
Signed-off-by: jmansdorfer <[email protected]>
  • Loading branch information
jmansdorfer committed Jul 24, 2024
1 parent 0ccf24c commit 4d79f9c
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ paths:
content:
text/plain:
schema:
type: string
type: array
examples: {
[
"Hermes-2-Pro-Mistral-7B",
Expand Down Expand Up @@ -804,7 +804,7 @@ paths:
content:
text/plain:
schema:
type: string
type: array
examples: {
[
"Hermes-2-Pro-Mistral-7B",
Expand Down Expand Up @@ -942,14 +942,14 @@ paths:
'200':
description: Successful response with an array of embeddings generation models.
content:
text/plain:
application/json:
schema:
type: string
examples: {
[
"bridgetower-large-itm-mlm-itc"
]
}
type: array
items: {
[
"bridgetower-large-itm-mlm-itc"
]
}

/factuality:
post:
Expand Down

0 comments on commit 4d79f9c

Please sign in to comment.