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
Copy file name to clipboardExpand all lines: apps/web/src/app/(private)/settings/_components/ProviderApiKeys/New/_components/Configuration/Vertex/index.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ export function VertexConfiguration() {
38
38
required
39
39
type='text'
40
40
label='Private Key ID'
41
-
info='The private key ID from the service account JSON file.'
41
+
info='The private key ID from the service account JSON file. The credentials file can be obtained from the Google Cloud Console: https://console.cloud.google.com/apis/credentials'
info='The private key from the service account JSON file.'
49
+
info='The private key from the service account JSON file. The credentials file can be obtained from the Google Cloud Console: https://console.cloud.google.com/apis/credentials'
0 commit comments