Skip to content

Commit e2a45ff

Browse files
committed
Update default base url in comment
1 parent a75082f commit e2a45ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/types/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export interface RequestOptions {
126126
*/
127127
timeout?: number;
128128
/**
129-
* Base url for endpoint. Defaults to https://firebaseml.googleapis.com
129+
* Base url for endpoint. Defaults to https://firebasevertexai.googleapis.com
130130
*/
131131
baseUrl?: string;
132132
}

0 commit comments

Comments
 (0)