Mark McDonald

Results 31 issues of 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. ![ai.google.dev website showing...

type:bug

I wrongly assumed markdown would work here.

Trying to help with #66, the issue is on Windows so this *might* help. It shouldn't hurt anyway.

status:awaiting review
component:quickstarts

Example of a run from August [here](https://github.com/markmcd/gemini-api-cookbook/issues/7). 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.

status:awaiting review

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`...

good first issue
type:feature request

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).

status:awaiting review
component:quickstarts

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...

status:awaiting review
component:examples
component:quickstarts