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.
anthropic_version
1 parent ed64904 commit beefeb7Copy full SHA for beefeb7
packages/vertex-sdk/src/client.ts
@@ -157,10 +157,6 @@ export class AnthropicVertex extends Core.APIClient {
157
);
158
}
159
160
- if (Core.isObj(options.body)) {
161
- options.body['anthropic_version'] = undefined;
162
- }
163
-
164
options.path = `/projects/${this.projectId}/locations/${this.region}/publishers/anthropic/models/count-tokens:rawPredict`;
165
166
0 commit comments