Skip to content

Commit

Permalink
re add changeset for publish (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian authored Dec 9, 2024
1 parent f6421cd commit 08727a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tender-coins-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aws-amplify/data-schema": patch
---

add Amazon Nova Micro, Lite, and Pro models
2 changes: 1 addition & 1 deletion packages/data-schema/src/ai/ModelType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { AiModel } from '@aws-amplify/data-schema-types';

const supportedModelsLookup = {
// Amazon models
// Amazon Nova models
'Amazon Nova Pro': 'amazon.nova-pro-v1:0',
'Amazon Nova Lite': 'amazon.nova-lite-v1:0',
'Amazon Nova Micro': 'amazon.nova-micro-v1:0',
Expand Down

0 comments on commit 08727a2

Please sign in to comment.