mirror of https://github.com/buster-so/buster.git
Merge pull request #821 from buster-so/fix-caching-issues
gateway remove hour header
This commit is contained in:
commit
c022a310db
|
@ -7,7 +7,7 @@ export const DEFAULT_ANTHROPIC_OPTIONS = {
|
||||||
order: ['bedrock', 'anthropic', 'vertex'],
|
order: ['bedrock', 'anthropic', 'vertex'],
|
||||||
},
|
},
|
||||||
headers: {},
|
headers: {},
|
||||||
anthropic: { cacheControl: { type: 'ephemeral', ttl: '1h' } },
|
anthropic: { cacheControl: { type: 'ephemeral' } },
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DEFAULT_OPENAI_OPTIONS = {
|
export const DEFAULT_OPENAI_OPTIONS = {
|
||||||
|
|
Loading…
Reference in New Issue