Skip to content

Commit 775fda9

Browse files
authored
Merge pull request #7104 from chezsmithy/feat-bedrock-gptoss
feat: ✨ Add gpt-oss to the bedrock provider
2 parents fadae32 + e2e5730 commit 775fda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/llm/toolSupport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const PROVIDER_TOOL_SUPPORT: Record<string, (model: string) => boolean> =
124124
"nova-pro",
125125
"nova-micro",
126126
"nova-premier",
127+
"gpt-oss",
127128
].some((part) => model.toLowerCase().includes(part))
128129
) {
129130
return true;

0 commit comments

Comments
 (0)