Skip to content

Commit fa53e2a

Browse files
committed
Update Vertx AI PaLM2 deprecation information.
1 parent 76e7e0b commit fa53e2a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/functions/vertexai-gemini-chat-functions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Gemini Function Calling
22

3-
WARNING: As of 30th of April 2023, the Vertex AI `Gemini Pro` model has significantly degraded the support for function calling! While the feature is still available, it is not recommended for production use.
3+
WARNING:
44
Apparently the Gemini Pro can not handle anymore the function name correctly.
55
The parallel function calling is gone as well.
66

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/vertexai-palm2-chat.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
= VertexAI PaLM2 Chat
22

3+
WARNING:
4+
5+
> https://ai.google.dev/palm_docs/deprecation[As of February 15, 2024, the PaLM2 API for use with Google AI services and tooling is deprecated].
6+
In 6 months, the PaLM API will be decommissioned, meaning that users won't be able to use a PaLM model in a prompt, tune a new PaLM model, or run inference on PaLM-tuned models.
7+
38
The link:https://developers.generativeai.google/api/rest/generativelanguage[Generative Language] PaLM API allows developers to build generative AI applications using the PaLM model. Large Language Models (LLMs) are a powerful, versatile type of machine learning model that enables computers to comprehend and generate natural language through a series of prompts. The PaLM API is based on Google's next generation LLM, PaLM. It excels at a variety of different tasks like code generation, reasoning, and writing. You can use the PaLM API to build generative AI applications for use cases like content generation, dialogue agents, summarization and classification systems, and more.
49

510
Based on the link:https://developers.generativeai.google/api/rest/generativelanguage/models[Models REST API].

0 commit comments

Comments
 (0)