Mark McDonald

Results 116 comments of Mark McDonald

@twanchen can you rebase this change so that it's not conflicting with @jethac's Gemma 2 changes?

> AttributeError: module 'google.generativeai' has no attribute 'GenerativeModel' This usually indicates you're using a very old version of the SDK. `pip freeze |grep google` should show us what you have...

> @markmcd I think the url to the colab is ok. Can you understand why the check is failing? There's a warning at the top of the PR from GitHub...

A couple of quick drive-by comments from me: 1. Please make sure you comply with the licenses when distributing third-party content (the images) 2. Run pyink & nbfmt on the...

Looks like a false positive on nbfmt.

Use `chat.get_history()` in Python SDK 1.5 or higher.

Can you please rebase your changes to see the latest updates?

Oh bummer I thought we could do this. Oh well I'll turn it back off again.

FYI: Check out the docs on implementing function calls with Gemini 3 - https://ai.google.dev/gemini-api/docs/gemini-3#thought_signatures. It does require some work that will also improve your 2.5 model performance.