mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 19:30:15 +01:00
refactor: update imports to use normalizeEndpointName from @librechat/api and remove redundant definitions
This commit is contained in:
parent
8df0ecd438
commit
5e70d518aa
6 changed files with 17 additions and 18 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const { isUserProvided, normalizeEndpointName } = require('@librechat/api');
|
||||
const { EModelEndpoint, extractEnvVariable } = require('librechat-data-provider');
|
||||
const { isUserProvided, normalizeEndpointName } = require('~/server/utils');
|
||||
const { fetchModels } = require('~/server/services/ModelService');
|
||||
const { getCustomConfig } = require('./getCustomConfig');
|
||||
const { getAppConfig } = require('./app');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue