mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| axios.js | ||
| azureUtils.js | ||
| azureUtils.spec.js | ||
| deriveBaseURL.js | ||
| deriveBaseURL.spec.js | ||
| extractBaseURL.js | ||
| extractBaseURL.spec.js | ||
| findMessageContent.js | ||
| index.js | ||
| loadYaml.js | ||
| logger.js | ||
| LoggingSystem.js | ||
| tokens.js | ||
| tokens.spec.js | ||