forked from phoenix/litellm-mirror
update doc on palm provider
This commit is contained in:
parent
1b04380540
commit
e396895288
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# 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
|
||||
* `pip install -q google-generativeai`
|
||||
|
||||
|
|
|
@ -123,7 +123,6 @@ const sidebars = {
|
|||
"providers/azure",
|
||||
"providers/azure_ai",
|
||||
"providers/vertex",
|
||||
"providers/palm",
|
||||
"providers/gemini",
|
||||
"providers/anthropic",
|
||||
"providers/aws_sagemaker",
|
||||
|
@ -160,6 +159,7 @@ const sidebars = {
|
|||
"providers/aleph_alpha",
|
||||
"providers/baseten",
|
||||
"providers/openrouter",
|
||||
"providers/palm",
|
||||
// "providers/custom_openai_proxy",
|
||||
"providers/custom_llm_server",
|
||||
"providers/petals",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue