Skip to content

Commit eb3beda

Browse files
authored
Merge pull request #3100 from Kilo-Org/mark/add-providers
add amazon bedrock for autocomplete
2 parents 8843f1d + 3e409b8 commit eb3beda

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/honest-jeans-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Added Amazon Bedrock as a provider for autocomplete

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)