Add automatic cache point

This commit is contained in:
kwaroran
2025-03-10 13:57:02 +09:00
parent 188e2dd05d
commit 5c2d821445
4 changed files with 35 additions and 0 deletions

View File

@@ -1065,4 +1065,10 @@ export const languageEnglish = {
cachePoint: "Cache Point",
all: "All",
showFolderNameInIcon: "Show Folder Name in Icon",
claudeCachingRetrival: "Claude Caching Retrival",
claudeCachingRetrivalDesc: "Extends the cache time for Claude Caching, by requesting every 4 minutes. this can reduce the cache miss rate, but it can increase the cost if its not used properly.",
automaticCachePoint: "Automatic Cache Point",
automaticCachePointDesc: "Automatically creates cache point after the chat ends, if the caching point doesn't exist.",
experimentalChatCompression: "Experimental Chat Data Handling",
experimentalChatCompressionDesc: "Compresses the unused chat data and saves in seperate file.",
}