Mark McDonald
Mark McDonald
These args should work for the cookbook, though there are some KIs: * The button-check looks for a table with `class="tfo-notebook-buttons"`, which we have stripped from cookbook recipes. * Lots...
This is meant to demo a few things, so it's in /examples: * An agent loop * Automatic function calling in Python * System instructions The 1.5 quota is a...
### Description of the feature request: GLAPI supports `embed_content` through the async client, so we should support it through the SDK too. ### What problem are you trying to solve...
I've commented over on https://github.com/robbi5/magictrackpad2-dkms/issues/1#issuecomment-360384358 and notice that @soupdiver is having the same issue over in https://github.com/torvalds/linux/pull/332#issuecomment-357506151 The issue is that after building the module and `rmmod hid-generic; modprobe hid-magictrackpad`,...
### Description of the bug: Currently, this code: ```py model = genai.GenerativeModel(model_name, system_instruction="Talk in rhymes") model.count_tokens("") ``` Throws this error: ``` TypeError: contents must not be empty ``` It is...
A user found this issue during the codelab sessions - this fix unblocked them.
As the title says, it'd be great to support the Google AI API too!
### Description of the bug: The 2 notebooks in the [`paligemma` dir](https://github.com/google/generative-ai-docs/blob/main/site/en/gemma/docs/paligemma/) are currently not sync'ing with the respective copy on ai.google.dev. There are 2 factors here: 1) the notebooks...