Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
okamoto-aws committed Dec 3, 2024
1 parent de3d563 commit 5a49e17
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/DEPLOY_OPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ PromptFlow チャットユースケースでは、作成済みの Prompt Flow
"apac.anthropic.claude-3-5-sonnet-20240620-v1:0",
"us.meta.llama3-2-90b-instruct-v1:0",
"us.meta.llama3-2-11b-instruct-v1:0",
"amazon.nova-pro-v1:0",
"amazon.nova-lite-v1:0"
```

これらのいずれかが `cdk.json``modelIds` に定義されている必要があります。
Expand All @@ -395,6 +397,8 @@ PromptFlow チャットユースケースでは、作成済みの Prompt Flow
"apac.anthropic.claude-3-5-sonnet-20240620-v1:0",
"us.meta.llama3-2-90b-instruct-v1:0",
"us.meta.llama3-2-11b-instruct-v1:0",
"amazon.nova-pro-v1:0",
"amazon.nova-lite-v1:0",
]
```

Expand Down Expand Up @@ -468,7 +472,10 @@ Prompt optimization のサポート状況は [こちら](https://docs.aws.amazon
"anthropic.claude-v2",
"anthropic.claude-instant-v1",
"mistral.mixtral-8x7b-instruct-v0:1",
"mistral.mistral-7b-instruct-v0:2"
"mistral.mistral-7b-instruct-v0:2",
"amazon.nova-pro-v1:0",
"amazon.nova-lite-v1:0",
"amazon.nova-micro-v1:0"
```


Expand Down

0 comments on commit 5a49e17

Please sign in to comment.