mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-31 22:29:48 +08:00
refactor(baoyu-image-gen): update replicate default model to nano-banana-pro
This commit is contained in:
@@ -2,7 +2,7 @@ import path from "node:path";
|
|||||||
import { readFile } from "node:fs/promises";
|
import { readFile } from "node:fs/promises";
|
||||||
import type { CliArgs } from "../types";
|
import type { CliArgs } from "../types";
|
||||||
|
|
||||||
const DEFAULT_MODEL = "google/nano-banana";
|
const DEFAULT_MODEL = "google/nano-banana-pro";
|
||||||
const SYNC_WAIT_SECONDS = 60;
|
const SYNC_WAIT_SECONDS = 60;
|
||||||
const POLL_INTERVAL_MS = 2000;
|
const POLL_INTERVAL_MS = 2000;
|
||||||
const MAX_POLL_MS = 300_000;
|
const MAX_POLL_MS = 300_000;
|
||||||
|
|||||||
Reference in New Issue
Block a user