Skip to content

Commit

Permalink
feat: Recognise the model multimodalembedding@001
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Jun 9, 2024
1 parent a3d7f15 commit 5c3aabe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions internal/routes/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,19 @@ var googleModels = []modelInfo{
},
ExpiresAt: "2024-11-30T00:00:00.000Z",
},
{
Name: "multimodalembedding@001",
Model: "multimodalembedding@001",
ModifiedAt: "2024-12-02T00:00:00.000Z",
Details: modelDetails{
Family: "multimodalembedding",
Families: []string{
"multimodalembedding",
},
Purposes: []string{"embeddings"},
},
ExpiresAt: "2025-02-12T00:00:00.000Z",
},
{
Name: "textembedding-gecko@002",
Model: "textembedding-gecko@002",
Expand Down

0 comments on commit 5c3aabe

Please sign in to comment.