docs add vertex ai endpoints

This commit is contained in:
Ishaan Jaff 2024-08-03 17:41:45 -07:00
parent c8438715af
commit 94e5d0f734
2 changed files with 43 additions and 2 deletions

View file

@ -110,7 +110,7 @@ const sidebars = {
},
{
type: "category",
label: "Embedding(), Image Generation(), Assistants(), Moderation(), Audio Transcriptions(), TTS(), Batches(), Fine-Tuning()",
label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
items: [
"embedding/supported_embedding",
"embedding/async_embedding",
@ -121,7 +121,8 @@ const sidebars = {
"assistants",
"batches",
"fine_tuning",
"anthropic_completion"
"anthropic_completion",
"vertex_ai"
],
},
{