* chore: Update vulnerable packages * chore: Formatting * refactor: Update Tailwind CSS imports * ci: Use `ubuntu-latest` for Unit/E2E UI tests * chore: Bump package * fix: Add missing tag * refactor: Enums files naming
7 lines
101 B
TypeScript
7 lines
101 B
TypeScript
export enum ModelModality {
|
|
TEXT = 'TEXT',
|
|
AUDIO = 'AUDIO',
|
|
VISION = 'VISION',
|
|
VIDEO = 'VIDEO'
|
|
}
|