forked from phoenix/litellm-mirror
docs fix
This commit is contained in:
parent
25609a94ad
commit
b054dd0e45
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Async Embedding
|
||||
# litellm.aembedding()
|
||||
|
||||
LiteLLM provides an asynchronous version of the `embedding` function called `aembedding`
|
||||
### Usage
|
||||
|
|
|
@ -198,7 +198,6 @@ const sidebars = {
|
|||
label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
|
||||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
"image_generation",
|
||||
"audio_transcription",
|
||||
"text_to_speech",
|
||||
|
@ -221,6 +220,7 @@ const sidebars = {
|
|||
"set_keys",
|
||||
"completion/token_usage",
|
||||
"sdk_custom_pricing",
|
||||
"embedding/async_embedding",
|
||||
"embedding/moderation",
|
||||
"budget_manager",
|
||||
"caching/all_caches",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue