updating the models#10096
Conversation
|
There was a problem hiding this comment.
Code Review
This pull request updates various Gemini model references to newer versions (such as gemini-3.1 and gemini-3.5) across sample apps, integration tests, and constants. The review feedback highlights two critical issues where incorrect model names are used: a typo in the chat integration test checking for 'gemini-3.1-flash-preview' instead of 'gemini-3.1-flash-lite', and the 'cheapestModel' constant being set to 'gemini-3.5-flash-lite' which is not defined in the list of valid model names.
Vertex AI Mock Responses Check
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Updates deprecated Gemini model strings across integration tests and e2e smoke tests.