Agent Category
#12168
Replies: 1 comment
-
|
They're defined in Categories.js : https://github.com/danny-avila/LibreChat/blob/main/api/models/Categories.js This this then populations the mongodb collection, As of right now, I don't believe it's possible to define the categories in librechat.yaml or .env There's a community PR that someone has created, but I'm not sure if/when it'll get implemented: #9658 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm using LibreChat with Docker and would like to create custom categories for agents.
Currently, I can see predefined categories in the UI such as:
General
Human Resources
Research & Development
Finance
IT
Sales
After Sales
My Questions:
Is it possible to add custom categories to this list?
Where exactly are these categories defined? (librechat.yaml, .env file, or database?)
Beta Was this translation helpful? Give feedback.
All reactions