Mark McDonald
Mark McDonald
### Description of the bug: `text_gen_multimodal_video_prompt` and `text_gen_multimodal_video_prompt_streaming` are defined but the contents of the sample is `TODO`. This shows up on the site as a TODO. . This will run monthly on the 1st. Looks like it only analyses issues created in the previous month and how they were handled...
These worked fine on 3.11 on linux & macos. Haven't tested anything else.
Almost the same config as the generative-ai-docs repo: https://github.com/google/generative-ai-docs/blob/main/.github/header-checker-lint.yml
### Description of the feature request: [Lots of notebooks are using the `google-generativeai` SDK](https://github.com/search?q=repo%3Agoogle-gemini%2Fcookbook%20%22import%20google.generativeai%22&type=code), but now that [`google-genai`](https://pypi.org/project/google-genai) is at 1.0, we should be using that. e.g. `pip install google-generativeai`...
Main points here are fixing the import guidance and explicitly calling out that a guide needs text (seems to be a common issue, notebooks with nothing but code).
Updated prereqs and setup steps to point to the now-more-model-agnostic LLM setup guide, and updated the relevant text to go with it. Hopefully this encourages folks to explore the available...
Colab now uses `GEMINI_API_KEY` for keys imported from AI Studio, along with the default across the docs on ai.google.dev. This brings the cookbook in line with the same defaults so...