mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 08:25:23 +02:00
fix: update librechat.example.yaml, internal imports
This commit is contained in:
parent
c4dd142bdb
commit
b48debc3f9
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
const { logger } = require('@librechat/data-schemas');
|
||||
const { getAllCategories, createCategory, updateCategory, deleteCategory } = require('~/models');
|
||||
|
||||
/**
|
||||
* Synchronizes custom agent categories with the database.
|
||||
|
|
@ -7,6 +6,7 @@ const { getAllCategories, createCategory, updateCategory, deleteCategory } = req
|
|||
* @param {boolean} enableDefaultCategories - Flag indicating whether to enable default categories.
|
||||
*/
|
||||
async function syncCategories(customCategoriesList, enableDefaultCategories) {
|
||||
const { getAllCategories, createCategory, updateCategory, deleteCategory } = require('~/models');
|
||||
logger.info('Syncing custom agent categories...');
|
||||
|
||||
// Get all categories from DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue