Skip to content

Commit

Permalink
fixed bedrock merge
Browse files Browse the repository at this point in the history
  • Loading branch information
luen committed Feb 1, 2025
1 parent a91ca4b commit 66e33e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/generation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,8 @@ export async function handleProvider(
return await handleDeepSeek(options);
case ModelProviderName.LIVEPEER:
return await handleLivepeer(options);
case ModelProviderName.BEDROCK:
return await handleBedrock(options);
case ModelProviderName.GOOGLE_VERTEX:
return await handleGoogleVertexApi(options);
default: {
Expand Down

0 comments on commit 66e33e6

Please sign in to comment.