Skip to content

Commit

Permalink
Add deprecation notice for the PaLM API (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 15, 2024
1 parent 59f8d01 commit dbc9cd5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,15 @@ for more information on
contributing to the Google AI SDK for Swift.


## Developers who use the PaLM SDK for Swift
## Developers who use the PaLM SDK for Swift (Deprecated)

​​If you're using the PaLM SDK for Swift, review the information below to continue
using the PaLM SDK until you've migrated to the new version that allows you to use Gemini.
> [!IMPORTANT]
> The PaLM API is deprecated for use with Google AI services and tools (but _not_ for Vertex AI).
> Learn more about this deprecation, its timeline, and how to migrate to use Gemini in the
> [PaLM API deprecation guide](http://ai.google.dev/palm_docs/deprecation).
​​If you're using the PaLM SDK for Swift, review the information below to continue using the
**deprecated** PaLM SDK until you've migrated to the new version that allows you to use Gemini.

- To continue using PaLM models, make sure your app depends on version
[`0.3.0`](https://github.com/google/generative-ai-swift/releases/tag/0.3.0)
Expand Down

0 comments on commit dbc9cd5

Please sign in to comment.