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`
|
LiteLLM provides an asynchronous version of the `embedding` function called `aembedding`
|
||||||
### Usage
|
### Usage
|
||||||
|
|
|
@ -198,7 +198,6 @@ const sidebars = {
|
||||||
label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
|
label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
|
||||||
items: [
|
items: [
|
||||||
"embedding/supported_embedding",
|
"embedding/supported_embedding",
|
||||||
"embedding/async_embedding",
|
|
||||||
"image_generation",
|
"image_generation",
|
||||||
"audio_transcription",
|
"audio_transcription",
|
||||||
"text_to_speech",
|
"text_to_speech",
|
||||||
|
@ -221,6 +220,7 @@ const sidebars = {
|
||||||
"set_keys",
|
"set_keys",
|
||||||
"completion/token_usage",
|
"completion/token_usage",
|
||||||
"sdk_custom_pricing",
|
"sdk_custom_pricing",
|
||||||
|
"embedding/async_embedding",
|
||||||
"embedding/moderation",
|
"embedding/moderation",
|
||||||
"budget_manager",
|
"budget_manager",
|
||||||
"caching/all_caches",
|
"caching/all_caches",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue