mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
![]() * chore: bump langchain deps to address vulnerability warnings * chore: bump community package and install textsplitters package * fix: update expected result in tokenSplit tests for accuracy * chore: remove CodeSherpa tools * chore: remove E2B tools and loadToolSuite * chore: remove CodeBrew tool and update related references * chore: remove HumanTool and ChatTool, update tool references * chore: remove Zapier tool from manifest.json and update SerpAPI * chore: remove basic tools * chore: update import path for RecursiveCharacterTextSplitter * chore: update import path for DynamicStructuredTool * chore: remove extractionChain.js and update tool filtering logic * chore: npm audit fix * chore: bump google packages * chore: update DALL-E tool to DALL-E-3 and adjust authentication logic * ci: update message classes * chore: elliptic npm audit fix * chore: update CallbackManager import and remove deprecated tool handling logic * chore: imports order * chore: remove unused code --------- Co-authored-by: Max Sanna <max@maxsanna.com> |
||
---|---|---|
.. | ||
anthropic.ts | ||
comparisons.ts | ||
embeddings.ts | ||
file.ts | ||
instructions.ts | ||
keys.ts | ||
main.ts | ||
process.ts | ||
README.md | ||
scan.ts | ||
streamAudioTest.ts | ||
tsconfig.json |
Translations
Requirements:
- All dependencies installed, run
npm ci
in the root directory. - bun: https://bun.sh/
ANTHROPIC_API_KEY
in project root directory.env
file.
⚠️ Warning:
This script can be expensive, several dollars worth, even with prompt caching. It can also be slow if has not been ran in a while, with translations contributed.
Instructions:
- Main script: Run
bun config/translations/scan.ts
from the root directory. - Observe translations being generated in all supported languages.
- Supported languages are localizations with general translation prompts:
- These prompts are directly found in
client/src/localization/prompts
.
- These prompts are directly found in