You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infinite credit spend in one of two examples for the Vertex Search feature. Not a fun surprise.
This code is missing a break condition and encourages the end user to let it run unattended, which will result in an infinite loop of queries that incur costs.
File Name
gemini/grounding/grounding_with_vais.ipynb
What happened?
Infinite credit spend in one of two examples for the Vertex Search feature. Not a fun surprise.
This code is missing a break condition and encourages the end user to let it run unattended, which will result in an infinite loop of queries that incur costs.
generative-ai/gemini/grounding/grounding_with_vais.ipynb
Lines 420 to 434 in 312646e
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: