forked from phoenix/litellm-mirror
add batch_completions to docs
This commit is contained in:
parent
2b424c8a3e
commit
8440791e04
2 changed files with 42 additions and 1 deletions
|
@ -22,7 +22,14 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Completion()",
|
||||
items: ["completion/input", "completion/output", "completion/model_alias", "completion/reliable_completions", "completion/stream"],
|
||||
items: [
|
||||
"completion/input",
|
||||
"completion/output",
|
||||
"completion/model_alias",
|
||||
"completion/reliable_completions",
|
||||
"completion/stream",
|
||||
"completion/batching"
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue