|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
import Router from '@koa/router';
|
|
|
import { Context } from 'koa';
|
|
|
-import { langGraphGenerator, getScaleConfig } from './langgraph-generator';
|
|
|
+import { langGraphGenerator, getScaleConfig } from './index';
|
|
|
import { queueService, QueueType } from '../../services/queue.service';
|
|
|
import { bookStore } from './book-generator.store';
|
|
|
import { estimateBookWords, estimateAudioMinutesFromWords, checkBookGenerationQuota } from '../subscription/subscription.service';
|