Holt Skinner
Holt Skinner
Follow-up to https://github.com/GoogleCloudPlatform/generative-ai/pull/1987
This can be done by converting URIs in this format: `gs://BUCKET_NAME/OBJECT_NAME.ext` to `https://storage.googleapis.com/BUCKET_NAME/OBJECT_NAME.ext` Example usage: ```py display(Image("gs://generativeai-downloads/images/geometry.png")) # Behind the scenes, it would actually do this: display(Image("https://storage.googleapis.com/generativeai-downloads/images/geometry.png")) ```
The cspell repository fork for check-spelling https://github.com/check-spelling/cspell-dicts is significantly out of date of the main source https://github.com/streetsidesoftware/cspell-dicts/tree/main which prevents many of the updated dictionaries from being used.
- https://cloud.google.com/vertex-ai/generative-ai/docs/sdks/overview