Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: Fix VertexAI model name for Claude 3.5 Sonnet 20241022 release #54

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

Mrmann87
Copy link
Contributor

VertexAI adds a -v2 extension to the model name for the Claude 3.5 Sonnet 20241022 release.

See: https://console.cloud.google.com/vertex-ai/publishers/anthropic/model-garden/claude-3-5-sonnet-v2

Attempting to run without the -v2 extension yields the following error:

error, status code: 404, message: vertex api error code: 404, status: NOT_FOUND, message: Publisher Model `projects/minisme-env-mmann/locations/us-east5/publishers/anthropic/models/claude-3-5-sonnet@20241022` not found.

VertexAI adds a `-v2` extension to the model name for the Claude 3.5
Sonnet 20241022 release.

See: https://console.cloud.google.com/vertex-ai/publishers/anthropic/model-garden/claude-3-5-sonnet-v2

Attempting to run without the `-v2` extension yields the following
error:
```
error, status code: 404, message: vertex api error code: 404, status: NOT_FOUND, message: Publisher Model `projects/minisme-env-mmann/locations/us-east5/publishers/anthropic/models/claude-3-5-sonnet@20241022` not found.
```
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.01%. Comparing base (8b9a3f1) to head (6ce6802).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
common.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   79.01%   79.01%           
=======================================
  Files          14       14           
  Lines         853      853           
=======================================
  Hits          674      674           
  Misses        135      135           
  Partials       44       44           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@liushuangls
Copy link
Owner

Thank you!

@liushuangls liushuangls merged commit 28810ea into liushuangls:main Dec 11, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants