Skip to content

Commit

Permalink
trying something else
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Jul 24, 2024
1 parent 6c13bb0 commit 65dba2e
Showing 1 changed file with 25 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,16 @@ paths:
application/json:
schema:
type: array
items:
$ref: {
[
"Hermes-2-Pro-Mistral-7B",
"Neural-Chat-7B",
"llama-3-sqlcoder-8b",
"deepseek-coder-6.7b-instruct",
"Hermes-2-Pro-Llama-3-8B",
"llava-1.5-7b-hf"
]
}
examples: {
[
"Hermes-2-Pro-Mistral-7B",
"Neural-Chat-7B",
"llama-3-sqlcoder-8b",
"deepseek-coder-6.7b-instruct",
"Hermes-2-Pro-Llama-3-8B",
"llava-1.5-7b-hf"
]
}

/chat/completions - Streaming Version:
post:
Expand Down Expand Up @@ -806,17 +805,16 @@ paths:
application/json:
schema:
type: array
items:
$ref: {
[
"Hermes-2-Pro-Mistral-7B",
"Nous-Hermes-Llama2-13B",
"Neural-Chat-7B",
"llama-3-sqlcoder-8b",
"deepseek-coder-6.7b-instruct",
"Hermes-2-Pro-Llama-3-8B"
]
}
examples: {
[
"Hermes-2-Pro-Mistral-7B",
"Nous-Hermes-Llama2-13B",
"Neural-Chat-7B",
"llama-3-sqlcoder-8b",
"deepseek-coder-6.7b-instruct",
"Hermes-2-Pro-Llama-3-8B"
]
}

/embedding:
post:
Expand Down Expand Up @@ -947,12 +945,11 @@ paths:
application/json:
schema:
type: array
items:
$ref: {
[
"bridgetower-large-itm-mlm-itc"
]
}
examples: {
[
"bridgetower-large-itm-mlm-itc"
]
}

/factuality:
post:
Expand Down

0 comments on commit 65dba2e

Please sign in to comment.