forked from phoenix/litellm-mirror
docs(image_generation.md): add image generation to docs
This commit is contained in:
parent
0ecc21f840
commit
f8180c351f
3 changed files with 141 additions and 5 deletions
|
@ -43,11 +43,12 @@ const sidebars = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Embedding() & Moderation()",
|
||||
label: "Embedding(), Moderation(), Image Generation()",
|
||||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
"embedding/moderation",
|
||||
"image_generation"
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue