mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 12:04:24 +01:00
refactor: revert changes made to token logic
This commit is contained in:
parent
65d88da085
commit
f79a37728b
8 changed files with 429 additions and 694 deletions
|
|
@ -1,4 +1,6 @@
|
|||
const { EModelEndpoint, maxTokensMap } = require('librechat-data-provider');
|
||||
/** Note: No hard-coded values should be used in this file. */
|
||||
const { maxTokensMap } = require('@librechat/api');
|
||||
const { EModelEndpoint } = require('librechat-data-provider');
|
||||
const {
|
||||
defaultRate,
|
||||
tokenValues,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue