Skip to content

Commit e22ad89

Browse files
committed
add amazon bedrock for autocomplete
1 parent b1a7246 commit e22ad89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/src/kilocode/kilocode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const AUTOCOMPLETE_PROVIDER_MODELS = {
9595
mistral: "codestral-latest",
9696
kilocode: "mistralai/codestral-2508",
9797
openrouter: "mistralai/codestral-2508",
98+
bedrock: "mistral.codestral-2508-v1:0",
9899
} as const
99100
export type AutocompleteProviderKey = keyof typeof AUTOCOMPLETE_PROVIDER_MODELS
100101

0 commit comments

Comments
 (0)