We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffc217 commit b71887cCopy full SHA for b71887c
firebase-vertexai/CHANGELOG.md
@@ -2,8 +2,8 @@
2
* [changed] Added new exception type for quota exceeded scenarios.
3
* [feature] `CountTokenRequest` now includes `GenerationConfig` from the model.
4
* [changed] **Breaking Change**: `ImagenInlineImage.data` now returns the raw
5
- image bytes (in JPEG or PNG format, specified in `ImagenInlineImage.mimeType`)
6
- instead of Base64-encoded data. (#6800)
+ image bytes (in JPEG or PNG format, as specified in
+ `ImagenInlineImage.mimeType`) instead of Base64-encoded data. (#6800)
7
* **Action Required:** Remove any Base64 decoding from your
8
`ImagenInlineImage.data` usage.
9
* The `asBitmap()` helper method is unaffected and requires no code changes.
0 commit comments