allow random model
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user