Skip to content

Commit 1f68809

Browse files
authored
Replace deprecated preview image model (home-assistant#158048)
1 parent 66bddeb commit 1f68809

File tree

1 file changed

+1
-1
lines changed
  • homeassistant/components/google_generative_ai_conversation

1 file changed

+1
-1
lines changed

homeassistant/components/google_generative_ai_conversation/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
RECOMMENDED_CHAT_MODEL = "models/gemini-2.5-flash"
2424
RECOMMENDED_STT_MODEL = RECOMMENDED_CHAT_MODEL
2525
RECOMMENDED_TTS_MODEL = "models/gemini-2.5-flash-preview-tts"
26-
RECOMMENDED_IMAGE_MODEL = "models/gemini-2.5-flash-image-preview"
26+
RECOMMENDED_IMAGE_MODEL = "models/gemini-2.5-flash-image"
2727
CONF_TEMPERATURE = "temperature"
2828
RECOMMENDED_TEMPERATURE = 1.0
2929
CONF_TOP_P = "top_p"

0 commit comments

Comments
 (0)