Mark Daoust

Results 254 comments of Mark Daoust

This is a valid complaint I looked into this a little more. - The team is working on moving TunedModels off of Oauth to API Keys only. - Tuned models...

https://github.com/googleapis/python-genai This SDK is deprecated, we're really not prioritizing the addition of new features. Consider switching to the new SDK which already has this feature. https://github.com/googleapis/python-genai/blob/4a72626a9be25ce8973d25b32cc69db49cde0dfb/google/genai/types.py#L1112-L1134

I haven't looked into this. But the behavior will be affected by: https://github.com/google-gemini/generative-ai-python/pull/570, that PR ensures that we don't process the images before sending them. Try installing from main: ```...

Testing a bit, I'm just not convinced that the model uses the alpha channel at all. - If I make an image totally transparent the model still describes it. -...

I think this is happening in the API backend. I think there's nothing we can do from out here.

@Pjumpod , I did this morning. The b/369593779 in my previous message was an internal bug reference.

I've reported this to the internal team. b/358699300

@Gunand3043 - [cookbook/quickstarts/Get_started_LiveAPI.py](https://github.com/google-gemini/cookbook/blob/d1eed253584683b1a435783cf5f319bb235aea97/quickstarts/Get_started_LiveAPI.py#L181) is the code.