We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4c69f commit b51a53aCopy full SHA for b51a53a
src/providers/google-vertex-ai/index.ts
@@ -61,7 +61,7 @@ import {
61
62
const VertexConfig: ProviderConfigs = {
63
api: VertexApiConfig,
64
- getConfig: (params: Params) => {
+ getConfig: ({ params }) => {
65
const requestConfig = {
66
uploadFile: {},
67
createBatch: GoogleBatchCreateConfig,
0 commit comments