Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakurasan committed Oct 31, 2024
1 parent af4f8db commit c34e977
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/vertexai/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ var VertexClaudeModelMap = map[string]VertexClaudeModel{
Region: "us-east5",
// Region: "europe-west1",
},
"claude-3-5-sonnet-20241022": {
VertexName: "claude-3-5-sonnet-v2@20241022",
Region: "us-east5",
},
"claude-3-5-sonnet-latest": { //可能没有容量,指向老模型
VertexName: "claude-3-5-sonnet@20240620",
Region: "us-east5",
},
}

func createSignedJWT(email, privateKeyPEM string) (string, error) {
Expand Down

0 comments on commit c34e977

Please sign in to comment.