Skip to content

Commit

Permalink
doc: Update Vertex AI client library to use the latest version of the…
Browse files Browse the repository at this point in the history
… Gemini model.

PiperOrigin-RevId: 692286343
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Nov 1, 2024
1 parent 726cf21 commit 4a2dd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const {
const project = 'your-cloud-project';
const location = 'us-central1';
const textModel = 'gemini-1.0-pro';
const visionModel = 'gemini-1.0-pro-vision';
const textModel = 'gemini-1.5-flash';
const visionModel = 'gemini-1.5-flash';
const vertexAI = new VertexAI({project: project, location: location});
Expand Down

0 comments on commit 4a2dd61

Please sign in to comment.