feat(image): complete reviewed generation delivery
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
Memind CI / Test, build, and release guards (pull_request) Successful in 2m47s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import crypto from 'node:crypto';
|
||||
|
||||
const SUPPORTED_IMAGE_TYPES = new Set(['image/png', 'image/jpeg', 'image/webp']);
|
||||
const ACTIVE_STATUSES = new Set(['queued', 'submitted', 'running']);
|
||||
const ACTIVE_STATUSES = new Set(['queued', 'submitted', 'running', 'validating']);
|
||||
const DEFAULT_MAX_RESULT_BYTES = 20 * 1024 * 1024;
|
||||
|
||||
function positiveInteger(value, fallback) {
|
||||
|
||||
Reference in New Issue
Block a user