mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
|
|
export enum ArtifactModes {
|
||
|
|
DEFAULT = 'default',
|
||
|
|
SHADCNUI = 'shadcnui',
|
||
|
|
CUSTOM = 'custom',
|
||
|
|
}
|