mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
allow random model
This commit is contained in:
parent
49bdf0a6f4
commit
298a50fba2
1 changed files with 1 additions and 0 deletions
|
|
@ -523,6 +523,7 @@ export const createDigest = async (jobData: CreateDigestData) => {
|
|||
try {
|
||||
digestDefinition = await fetchDigestDefinition()
|
||||
const model = selectModel(digestDefinition.model)
|
||||
logger.info('model: ', model)
|
||||
|
||||
const candidates = await getCandidatesList(
|
||||
jobData.userId,
|
||||
|
|
|
|||
Loading…
Reference in a new issue