LibreChat/api
Danny Avila a2f330e6ca
🦾 feat: Claude-4 Support (#7509)
* refactor: Update AnthropicClient to support Claude model naming changes

* Renamed `isClaude3` to `isClaudeLatest` to accommodate newer Claude models.
* Updated logic to determine if the model is part of the Claude family.
* Adjusted `useMessages` property to reflect the new model naming convention.
* Cleaned up client properties during disposal to match the updated naming.

* feat: Claude-4 Support

* feat: Add Thinking and Prompt caching support for Claude 4

* chore: Update ANTHROPIC_MODELS in .env.example for latest model versions
2025-05-22 15:00:44 -04:00
..
app 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
cache 🐙 fix: Add Redis Ping Interval to Prevent Connection Drops (#7127) 2025-04-29 10:02:38 -04:00
config 🔧 fix: Keyv and Proxy Issues, and More Memory Optimizations (#6867) 2025-04-13 23:01:55 -04:00
lib 🔍 refactor: Search & Message Retrieval (#6903) 2025-04-16 21:07:43 -04:00
models 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
server 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
strategies 💽 fix: Exclude index page / from static cache settings (#7382) 2025-05-16 10:18:52 -04:00
test 💽 fix: Exclude index page / from static cache settings (#7382) 2025-05-16 10:18:52 -04:00
utils 🦾 feat: Claude-4 Support (#7509) 2025-05-22 15:00:44 -04:00
jest.config.js 🔧 fix: Keyv and Proxy Issues, and More Memory Optimizations (#6867) 2025-04-13 23:01:55 -04:00
jsconfig.json feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00
package.json 🛡️ chore: multer v2.0.0 for CVE-2025-47935 and CVE-2025-47944 (#7454) 2025-05-19 19:22:43 -04:00
typedefs.js 🔄 fix: Assistants Endpoint & Minor Issues (#7274) 2025-05-07 17:11:33 -04:00