make bedrock first choice then anthropic then vertex

This commit is contained in:
dal 2025-09-24 14:49:39 -06:00
parent 134fd2d987
commit e46da44445
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { BraintrustMiddleware } from 'braintrust';
export const DEFAULT_ANTHROPIC_OPTIONS = {
gateway: {
order: ['anthropic', 'bedrock', 'vertex'],
order: ['bedrock', 'anthropic', 'vertex'],
},
headers: {},
anthropic: { cacheControl: { type: 'ephemeral' } },