UNPKG

@kaifronsdal/transcript-viewer

Version:

A web-based viewer for AI conversation transcripts with rollback support

12 lines (10 loc) 326 B
const DEFAULT_TRANSCRIPT_DIR = "./transcripts"; const DEFAULT_CONCURRENCY = 10; const SCORE_THRESHOLDS = { HIGH_CONCERN: 8, MEDIUM_CONCERN: 6, LOW_CONCERN: 4, MINIMAL_CONCERN: 2 }; export { DEFAULT_CONCURRENCY as D, SCORE_THRESHOLDS as S, DEFAULT_TRANSCRIPT_DIR as a }; //# sourceMappingURL=constants-C6XQO3qi.js.map