refactor(baoyu-image-gen): update replicate default model to nano-banana-pro
This commit is contained in:
parent
65a561e654
commit
851497abbd
|
|
@ -2,7 +2,7 @@ import path from "node:path";
|
|||
import { readFile } from "node:fs/promises";
|
||||
import type { CliArgs } from "../types";
|
||||
|
||||
const DEFAULT_MODEL = "google/nano-banana";
|
||||
const DEFAULT_MODEL = "google/nano-banana-pro";
|
||||
const SYNC_WAIT_SECONDS = 60;
|
||||
const POLL_INTERVAL_MS = 2000;
|
||||
const MAX_POLL_MS = 300_000;
|
||||
|
|
|
|||
Loading…
Reference in New Issue