LogicGoInfotechSpaces commited on
Commit
cf0d863
·
verified ·
1 Parent(s): 352b21c

Update src/core.py

Browse files
Files changed (1) hide show
  1. src/core.py +2 -2
src/core.py CHANGED
@@ -18,8 +18,8 @@ import google.generativeai as genai
18
 
19
  log = logging.getLogger(__name__)
20
 
21
- # Remote inference configuration (Gemini API key only; no Vertex required) gemini-3-pro-image-preview
22
- DEFAULT_MODEL_ID = os.environ.get("GEMINI_IMAGE_MODEL", "gemini-2.5-flash-image")
23
  DEFAULT_PROMPT = os.environ.get(
24
  "GEMINI_IMAGE_PROMPT",
25
  (
 
18
 
19
  log = logging.getLogger(__name__)
20
 
21
+ # Remote inference configuration (Gemini API key only; no Vertex required) gemini-3-pro-image-preview / gemini-2.5-flash-image
22
+ DEFAULT_MODEL_ID = os.environ.get("GEMINI_IMAGE_MODEL", "gemini-3-pro-image-preview")
23
  DEFAULT_PROMPT = os.environ.get(
24
  "GEMINI_IMAGE_PROMPT",
25
  (