Skip to content

Commit

Permalink
feat: add llama3.2 for ollama provider in admin UI (#586)
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams authored Nov 14, 2024
1 parent 3b6f500 commit c2984d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/admin/app/lib/model/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const ModelToProviderMap = {
"claude-3-5-sonnet-latest",
"claude-3-5-haiku-latest",
],
"ollama-model-provider": ["llama3.2"],
};

export function getModelsForProvider(providerId: string) {
Expand Down

0 comments on commit c2984d2

Please sign in to comment.