Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: digest job #3679

Closed
wants to merge 11 commits into from
Closed
2 changes: 1 addition & 1 deletion packages/api/src/jobs/ai-summarize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { libraryItemRepository } from '../repository/library_item'
import { htmlToMarkdown } from '../utils/parser'
import { AISummary } from '../entity/AISummary'
import { LibraryItemState } from '../entity/library_item'
import { getAISummary } from '../services/ai-summaries'
import { getAISummary } from '../services/ai'

export interface AISummarizeJobData {
userId: string
Expand Down
Loading
Loading