Skip to content

Commit

Permalink
trying to fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Jul 23, 2024
1 parent c3454f0 commit 5af0705
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ paths:
text/plain:
schema:
type: string
example: |
example: {
The Prediction Guard API is healthy!
}

/chat/completions:
post:
Expand Down Expand Up @@ -218,7 +219,7 @@ paths:
text/plain:
schema:
type: string
example: |
example: {
[
"Hermes-2-Pro-Mistral-7B",
"Neural-Chat-7B",
Expand All @@ -227,6 +228,7 @@ paths:
"Hermes-2-Pro-Llama-3-8B",
"llava-1.5-7b-hf"
]
}

/chat/completions - Streaming Version:
post:
Expand Down Expand Up @@ -803,7 +805,7 @@ paths:
text/plain:
schema:
type: string
example: |
example: {
[
"Hermes-2-Pro-Mistral-7B",
"Nous-Hermes-Llama2-13B",
Expand All @@ -812,6 +814,7 @@ paths:
"deepseek-coder-6.7b-instruct",
"Hermes-2-Pro-Llama-3-8B"
]
}

/embedding:
post:
Expand Down Expand Up @@ -942,10 +945,11 @@ paths:
text/plain:
schema:
type: string
example: |
example: {
[
"bridgetower-large-itm-mlm-itc"
]
}

/factuality:
post:
Expand Down

0 comments on commit 5af0705

Please sign in to comment.