Merge pull request #821 from buster-so/fix-caching-issues

gateway remove hour header
This commit is contained in:
dal 2025-09-09 14:18:47 -06:00 committed by GitHub
commit c022a310db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {