Use gemini-2.5-flash-image model
This commit is contained in:
@@ -4,7 +4,7 @@ import fs from "node:fs/promises";
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import process from "node:process";
|
import process from "node:process";
|
||||||
|
|
||||||
const MODEL = "gemini-2.0-flash-exp";
|
const MODEL = "gemini-2.5-flash-image";
|
||||||
const API_BASE = "https://generativelanguage.googleapis.com/v1beta/models";
|
const API_BASE = "https://generativelanguage.googleapis.com/v1beta/models";
|
||||||
const DEFAULT_OUTPUT_DIR = path.resolve("assets");
|
const DEFAULT_OUTPUT_DIR = path.resolve("assets");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user