mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
* chore: bump data-provider * feat: Add anthropicSettings to endpointSettings The commit adds the `anthropicSettings` object to the `endpointSettings` in the `schemas.ts` file. This allows for the configuration of settings specific to the `anthropic` model endpoint. * chore: adjust maxoutputtokens localization * feat: Update AnthropicClient to use anthropicSettings for default model options and increased output beta header * ci: new anthropic tests |
||
|---|---|---|
| .. | ||
| AnthropicClient.test.js | ||
| BaseClient.test.js | ||
| FakeClient.js | ||
| OpenAIClient.test.js | ||
| OpenAIClient.tokens.js | ||
| PluginsClient.test.js | ||