Skip to content

Commit

Permalink
chore: add Voyage AI models to UI
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 21, 2024
1 parent 0e811e1 commit ae839cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/admin/app/lib/model/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ const ModelToProviderMap = {
"claude-3-5-haiku-latest",
],
"ollama-model-provider": ["llama3.2"],
"voyage-model-provider": [
"voyage-3",
"voyage-3-lite",
"voyage-finance-2",
"voyage-multilingual-2",
"voyage-law-2",
"voyage-code-2",
],
};

export function getModelsForProvider(providerId: string) {
Expand Down

0 comments on commit ae839cf

Please sign in to comment.