mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-07 11:08:52 +01:00
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
|
|
export enum CONSTANTS {
|
||
|
|
mcp_delimiter = '_mcp_',
|
||
|
|
}
|