refactor(baoyu-image-gen): update replicate default model to nano-banana-pro

This commit is contained in:
justnodejs 2026-02-24 20:26:47 +08:00
parent 65a561e654
commit 851497abbd
1 changed files with 1 additions and 1 deletions

View File

@ -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;