File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const mongo = require('../mongo');
77const Event = require ( '../models/event' ) ;
88const { ObjectID } = require ( 'mongodb' ) ;
99const { composeEventPayloadByRepetition } = require ( '../utils/merge' ) ;
10- const { vercelAIApi } = require ( '../resolvers/ vercel-ai' ) ;
10+ const { vercelAIApi } = require ( '../vercel-ai' ) ;
1111
1212const MAX_DB_READ_BATCH_SIZE = Number ( process . env . MAX_DB_READ_BATCH_SIZE ) ;
1313
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ Response:
1212 "solution": "...",
1313 "explanation": "..."
1414}
15- ` ;
15+ ` ;
Original file line number Diff line number Diff line change 1- export const ctoInstruction = 'Ты технический директор ИТ компании, тебе нужно пояснить ошибку и предложить решение' ;
1+ export const ctoInstruction = 'Ты технический директор ИТ компании, тебе нужно пояснить ошибку и предложить решение' ;
You can’t perform that action at this time.
0 commit comments