Merge branch 'release' into staging

00363cc206fb7ba75970f08c1ae742b805afdf5f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
src/endpoints/backends/chat-completions.js+1 -1
@@ -860,7 +860,7 @@ router.post('/generate', jsonParser, function (request, response) {
860860 }
861861
862862 let cachingAtDepth = getConfigValue('claude.cachingAtDepth', -1);
863863 if (Number.isInteger(cachingAtDepth) && cachingAtDepth >= 0 && request.body.model?.startsWith('anthropic/claude-3')) {
864864 cachingAtDepthForOpenRouterClaude(request.body.messages, cachingAtDepth);
865865 }
866866 } else if (request.body.chat_completion_source === CHAT_COMPLETION_SOURCES.CUSTOM) {