mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-23 02:44:08 +01:00
🔄 feat: chat direction (LTR-RTL) (#3260)
* feat: chat direction * fix: FileRow * feat: smooth trigger transition
This commit is contained in:
parent
d5782ac66c
commit
237a0de8b6
31 changed files with 145 additions and 111 deletions
|
|
@ -544,7 +544,6 @@ export default {
|
|||
com_ui_mention:
|
||||
'エンドポイント、アシスタント、またはプリセットを素早く切り替えるには、それらを言及してください。',
|
||||
com_ui_import_conversation_file_type_error: 'サポートされていないインポート形式です',
|
||||
com_endpoint_messages: 'メッセージ',
|
||||
com_endpoint_context_tokens: 'コンテキストトークン数の最大値',
|
||||
com_endpoint_context_info:
|
||||
'コンテキストに使用できるトークンの最大数です。リクエストごとに送信されるトークン数を制御するために使用します。指定しない場合は、既知のモデルのコンテキストサイズに基づいてシステムのデフォルト値が使用されます。高い値を設定すると、エラーが発生したり、トークンコストが高くなる可能性があります。',
|
||||
|
|
@ -2568,10 +2567,6 @@ export const comparisons = {
|
|||
english: 'Unsupported import type',
|
||||
translated: 'サポートされていないインポート形式です',
|
||||
},
|
||||
com_endpoint_messages: {
|
||||
english: 'Messages',
|
||||
translated: 'メッセージ',
|
||||
},
|
||||
com_endpoint_context_tokens: {
|
||||
english: 'Max Context Tokens',
|
||||
translated: 'コンテキストトークン数の最大値',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue