Update src/core.py
Browse files- src/core.py +1 -1
src/core.py
CHANGED
|
@@ -19,7 +19,7 @@ import google.generativeai as genai
|
|
| 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 / imagen-4.0-generate-001
|
| 22 |
-
DEFAULT_MODEL_ID = os.environ.get("GEMINI_IMAGE_MODEL", "
|
| 23 |
DEFAULT_PROMPT = os.environ.get(
|
| 24 |
"GEMINI_IMAGE_PROMPT",
|
| 25 |
(
|
|
|
|
| 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 / imagen-4.0-generate-001
|
| 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 |
(
|