mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
* ✨ feat: Implement Show Thinking feature; refactor: testing thinking render optimizations * ✨ feat: Refactor Thinking component styles and enhance Markdown rendering * chore: add back removed code, revert type changes * chore: Add back resetCounter effect to Markdown component for improved code block indexing * chore: bump @librechat/agents and google langchain packages * WIP: reasoning type updates * WIP: first pass, reasoning content blocks * chore: revert code * chore: bump @librechat/agents * refactor: optimize reasoning tag handling * style: ul indent padding * feat: add Reasoning component to handle reasoning display * feat: first pass, content reasoning part styling * refactor: add content placeholder for endpoints using new stream handler * refactor: only cache messages when requesting stream audio * fix: circular dep. * fix: add default param * refactor: tts, only request after message stream, fix chrome autoplay * style: update label for submitting state and add localization for 'Thinking...' * fix: improve global audio pause logic and reset active run ID * fix: handle artifact edge cases * fix: remove unnecessary console log from artifact update test * feat: add support for continued message handling with new streaming method --------- Co-authored-by: Marco Beretta <81851188+berry-13@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| anthropic.ts | ||
| comparisons.ts | ||
| embeddings.ts | ||
| file.ts | ||
| instructions.ts | ||
| keys.ts | ||
| main.ts | ||
| process.ts | ||
| README.md | ||
| scan.ts | ||
| tsconfig.json | ||
Translations
Requirements:
- All dependencies installed, run
npm ciin the root directory. - bun: https://bun.sh/
ANTHROPIC_API_KEYin project root directory.envfile.
⚠️ 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:
All commands are run from the root directory.
Supported languages are localizations with general translation prompts
- These prompts are directly found in
client/src/localization/prompts. - If your language is missing, you can contribute by adding a new file in
client/src/localization/promptswith the language code as the file name.
- Make sure git history is clean with
git status. - Install
hnswlib-nodepackage temporarily (we don't need to include it in the project):
npm install --save-dev hnswlib-node
- Run
bun install. - Main script: Run
bun config/translations/scan.ts. - Observe translations being generated in all supported languages and saved in
client/src/localization/languages.
- e.g.:
client/src/localization/languages/Es_missing_keys.json
- Discard all git changes with
git checkout .. - Copy the generated translations to their respective files, e.g.:
client/src/localization/languages/Es.ts.