mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
4 lines
53 B
TypeScript
4 lines
53 B
TypeScript
|
|
export enum CONSTANTS {
|
||
|
|
mcp_delimiter = '_mcp_',
|
||
|
|
}
|