mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 22:03:58 +00:00
fix: bedrock reasoning
This commit is contained in:
parent
fea6a357bc
commit
5fec5ff424
@ -114,6 +114,10 @@ export namespace ProviderTransform {
|
||||
return {
|
||||
["openai" as string]: options,
|
||||
}
|
||||
case "@ai-sdk/amazon-bedrock":
|
||||
return {
|
||||
["bedrock" as string]: options,
|
||||
}
|
||||
case "@ai-sdk/anthropic":
|
||||
return {
|
||||
["anthropic" as string]: options,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user