-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow the use of generated images as inputs Change-Id: I0956fb78272a8a8af2c5219d80a26dec944040a8 # Conflicts: # google/generativeai/vision_models/_vision_models.py * types + formatting Change-Id: I0cac4ba1de764d3c02c5eab7556d8324aeda1f93 * add files Change-Id: Ie7f91cef171c1f813b52ff1b2a4daedf7ea19edd * Fix 3.9 Change-Id: If9ff9ebc0b2bf16b91e741d862a9e2808c7a738a * Fix 3.9 Change-Id: Iee02352ca21fa66da9b097d4dfa9454b67609e79 * fix pytype Change-Id: Ic5c250f3f3ded2374abfbdbee6d62ea4cfb0f799 * fix pytype Change-Id: I431c66e45e7582218b5de7a90eeeee01b80df664 * typo Change-Id: I1bb15e1363c652f9c0b4a60dad834fce65a4f0a1 * reapply commits lost in merge Change-Id: I7bfebdeaa217d93ed5d11aca31cf0b20afd38c02 * Update google/generativeai/client.py * Remove GCS reference Change-Id: I5c1b8cbccee0e13d8aca70582a76e0c089e040ed * black . Change-Id: I2c24f8798cb8103d35474e7e6d2e4fc3100825aa
- Loading branch information
1 parent
aae0caf
commit c72aa6b
Showing
7 changed files
with
443 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from google.generativeai.types.image_types._image_types import * |
Oops, something went wrong.