mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
update doc on palm provider
This commit is contained in:
parent
54638adbe0
commit
97e09dd3cc
2 changed files with 7 additions and 1 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue