feat: content engine usw
This commit is contained in:
@@ -56,8 +56,8 @@ export class ThumbnailGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
// Default to the requested nano-banana-pro model unless explicitly provided
|
||||
const model = options?.model || "google/nano-banana-pro";
|
||||
// Default to the requested flux-1.1-pro model unless explicitly provided
|
||||
const model = options?.model || "black-forest-labs/flux-1.1-pro";
|
||||
|
||||
const output = await this.replicate.run(model as `${string}/${string}`, {
|
||||
input: inputPayload,
|
||||
|
||||
Reference in New Issue
Block a user