mirror of https://github.com/buster-so/buster.git
make bedrock first choice then anthropic then vertex
This commit is contained in:
parent
134fd2d987
commit
e46da44445
|
@ -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' } },
|
||||
|
|
Loading…
Reference in New Issue