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.
2 parents fe4c69f + b51a53a commit 20b13c9Copy full SHA for 20b13c9
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