Skip to content

Commit

Permalink
chore: make note on API versions
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Jan 20, 2025
1 parent af911c9 commit 59c6aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vertexai/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const DEFAULT_LOCATION = 'us-central1';

export const DEFAULT_BASE_URL = 'https://firebasevertexai.googleapis.com';

// This is the default API version for the VertexAI API. At some point, should be able to change when the feature becomes available.
// `v1beta` & `stable` available: https://cloud.google.com/vertex-ai/docs/reference#versions
export const DEFAULT_API_VERSION = 'v1beta';

export const PACKAGE_VERSION = version;
Expand Down

0 comments on commit 59c6aaa

Please sign in to comment.