File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ Knowledge base プロンプト例: キーワードで検索し情報を取得し
197
197
"meta.llama2-70b-chat-v1",
198
198
"mistral.mistral-7b-instruct-v0:2",
199
199
"mistral.mixtral-8x7b-instruct-v0:1",
200
+ "mistral.mistral-large-2402-v1:0",
200
201
```
201
202
202
203
** 指定したリージョンで指定したモデルが有効化されているかご確認ください。**
Original file line number Diff line number Diff line change @@ -368,6 +368,11 @@ export const BEDROCK_MODELS: {
368
368
createBodyText : createBodyTextMistral ,
369
369
extractOutputText : extractOutputTextMistral ,
370
370
} ,
371
+ 'mistral.mistral-large-2402-v1:0' : {
372
+ promptTemplate : MISTRAL_PROMPT ,
373
+ createBodyText : createBodyTextMistral ,
374
+ extractOutputText : extractOutputTextMistral ,
375
+ } ,
371
376
} ;
372
377
373
378
export const BEDROCK_IMAGE_GEN_MODELS : {
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ export class Api extends Construct {
69
69
'meta.llama2-70b-chat-v1' ,
70
70
'mistral.mistral-7b-instruct-v0:2' ,
71
71
'mistral.mixtral-8x7b-instruct-v0:1' ,
72
+ 'mistral.mistral-large-2402-v1:0' ,
72
73
] ;
73
74
const multiModalModelIds = [
74
75
'anthropic.claude-3-sonnet-20240229-v1:0' ,
You can’t perform that action at this time.
0 commit comments