update doc on palm provider

This commit is contained in:
Ishaan Jaff 2024-08-27 21:11:24 -07:00
parent 54638adbe0
commit 97e09dd3cc
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# PaLM API - Google # PaLM API - Google
:::warning
Warning: [The PaLM API is decomissioned by Google](https://ai.google.dev/palm_docs/deprecation) The PaLM API is scheduled to be decomissioned in October 2024. Please upgrade to the Gemini API or Vertex AI API
:::
## Pre-requisites ## Pre-requisites
* `pip install -q google-generativeai` * `pip install -q google-generativeai`

View file

@ -123,7 +123,6 @@ const sidebars = {
"providers/azure", "providers/azure",
"providers/azure_ai", "providers/azure_ai",
"providers/vertex", "providers/vertex",
"providers/palm",
"providers/gemini", "providers/gemini",
"providers/anthropic", "providers/anthropic",
"providers/aws_sagemaker", "providers/aws_sagemaker",
@ -160,6 +159,7 @@ const sidebars = {
"providers/aleph_alpha", "providers/aleph_alpha",
"providers/baseten", "providers/baseten",
"providers/openrouter", "providers/openrouter",
"providers/palm",
// "providers/custom_openai_proxy", // "providers/custom_openai_proxy",
"providers/custom_llm_server", "providers/custom_llm_server",
"providers/petals", "providers/petals",