mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-07 09:54:56 +01:00
fix: bedrock reasoning
This commit is contained in:
@@ -114,6 +114,10 @@ export namespace ProviderTransform {
|
|||||||
return {
|
return {
|
||||||
["openai" as string]: options,
|
["openai" as string]: options,
|
||||||
}
|
}
|
||||||
|
case "@ai-sdk/amazon-bedrock":
|
||||||
|
return {
|
||||||
|
["bedrock" as string]: options,
|
||||||
|
}
|
||||||
case "@ai-sdk/anthropic":
|
case "@ai-sdk/anthropic":
|
||||||
return {
|
return {
|
||||||
["anthropic" as string]: options,
|
["anthropic" as string]: options,
|
||||||
|
|||||||
Reference in New Issue
Block a user