mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
refactor: Consolidate imports from librechat-data-provider in tokens files
This commit is contained in:
parent
2c86a5dcc7
commit
0452594b00
3 changed files with 3 additions and 26 deletions
|
|
@ -1,10 +1,8 @@
|
|||
const { EModelEndpoint } = require('librechat-data-provider');
|
||||
const { EModelEndpoint, maxTokensMap, maxOutputTokensMap } = require('librechat-data-provider');
|
||||
const {
|
||||
maxTokensMap,
|
||||
matchModelName,
|
||||
processModelData,
|
||||
getModelMaxTokens,
|
||||
maxOutputTokensMap,
|
||||
findMatchingPattern,
|
||||
} = require('@librechat/api');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue