File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 88 - ' scripts/quickstart_build_spm.sh'
99 - ' scripts/quickstart_spm_xcodeproj.sh'
1010 - ' Gemfile*'
11+ # Do not run for documentation-only PRs.
12+ - ' !**.md'
1113 schedule :
1214 # Run every day at 11pm (PST) - cron uses UTC times
1315 - cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change 11# 11.13.0
2- - [ feature] Initial release of the Firebase AI SDK (` FirebaseAI ` ). This SDK
3- * replaces* the previous Vertex AI in Firebase SDK (` FirebaseVertexAI ` ) to
2+ - [ feature] Initial release of the Firebase AI Logic SDK (` FirebaseAI ` ). This
3+ SDK * replaces* the previous Vertex AI in Firebase SDK (` FirebaseVertexAI ` ) to
44 accommodate the evolving set of supported features and services.
5- - The new Firebase AI SDK provides ** public preview** support for the Gemini
5+ - The new Firebase AI Logic SDK provides ** preview** support for the Gemini
66 Developer API, including its free tier offering.
7- - Using the Firebase AI SDK with the Vertex AI Gemini API is still generally
8- available (GA).
9- < br />< br />
7+ - Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still
8+ generally available (GA).
9+
1010 To start using the new SDK, import the ` FirebaseAI ` module and use the
11- top-level ` FirebaseAI ` class.
11+ top-level ` FirebaseAI ` class. See details in the [ migration guide
12+ ] ( https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk ) .
1213- [ fixed] Fixed ` ModalityTokenCount ` decoding when the ` tokenCount ` field is
1314 omitted; this occurs when the count is 0. (#14745 )
1415- [ fixed] Fixed ` Candidate ` decoding when ` SafetyRating ` values are missing a
15- category or probability; this may occur when using ` gemini-2.0-flash-exp ` for
16- image generation. (#14817 )
16+ category or probability; this may occur when using Gemini for image
17+ generation. (#14817 )
1718
1819# 11.12.0
1920- [ added] ** Public Preview** : Added support for specifying response modalities
You can’t perform that action at this time.
0 commit comments