Mark Daoust
Mark Daoust
The palm based interface has stopped develoipment. Closing.
I think some of the misunderstanding is because `GOOGLE_APPLICATION_CREDENTIALS` aren't always necessary. When I've used ADC with the client libraries I've never set `GOOGLE_APPLICATION_CREDENTIALS`, but I did have to set...
Hi, I didn't change anything to fix this, but API-keys are rellatively new in google APIs. I remember when it used to fail like this, but it isn't for me...
Hi, in recent releases we've added automatic retry logic to the underlying client library. Like here: https://github.com/googleapis/google-cloud-python/blob/bd35749e76375874667b324d4b558a9bddc554c1/packages/google-ai-generativelanguage/google/ai/generativelanguage_v1/services/generative_service/transports/base.py#L129-L143 It has a 60s timeout for most methods, 600s for generate_content. So I...
#160 points to another doc where the example included an extra set of [ ]. I've sent a fix.
We've stopped development on the palm based interface. Closing.
@macd - someone else was asking about this, right? Did we ever get a response on that?
Duplicate of: https://github.com/google-gemini/generative-ai-python/issues/320
Hi, thanks for sending the PR. Please clear the outputs and apply standard formatting to make the diff reviewable.
Fixes: tensorflow/tensorflow#65399