mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
increase max ai-digest beta users to 10
This commit is contained in:
parent
07475e69a4
commit
273ff9d4be
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { logger } from '../utils/logger'
|
|||
const MAX_ULTRA_REALISTIC_USERS = 1500
|
||||
const MAX_YOUTUBE_TRANSCRIPT_USERS = 500
|
||||
const MAX_NOTION_USERS = 1000
|
||||
const MAX_AIDIGEST_USERS = 5
|
||||
const MAX_AIDIGEST_USERS = 10
|
||||
|
||||
export enum FeatureName {
|
||||
AISummaries = 'ai-summaries',
|
||||
|
|
|
|||
Loading…
Reference in a new issue