mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
⚙️ feat: includedTools
and script changes (#2690)
* chore: add email to npm scripts (user-stats and list-balances) * feat: included tools * chore: update console terminal links * chore: add back typing
This commit is contained in:
parent
89899164ed
commit
6fc664e4a3
9 changed files with 94 additions and 79 deletions
|
@ -24,6 +24,7 @@ const connect = require('./connect');
|
|||
|
||||
userData.push({
|
||||
User: user.name,
|
||||
Email: user.email,
|
||||
Conversations: conversationsCount,
|
||||
Messages: messagesCount,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue