mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
bugfix: Enhance Agent and AgentCategory schemas with new fields for category, support contact, and promotion status
This commit is contained in:
parent
f55cdc9b7f
commit
348ee5821e
5 changed files with 57 additions and 100 deletions
|
|
@ -3,7 +3,7 @@ const mongoose = require('mongoose');
|
|||
const { logger } = require('~/config');
|
||||
|
||||
// Get the Agent model
|
||||
const Agent = mongoose.model('agent');
|
||||
const Agent = mongoose.model('Agent');
|
||||
|
||||
// Default page size for agent browsing
|
||||
const DEFAULT_PAGE_SIZE = 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue