Gertie01 commited on
Commit
e03868b
·
verified ·
1 Parent(s): 554029a

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -71,7 +71,7 @@ def get_generation_prompt(
71
  # Contents should be images first, then the text prompt
72
  contents = images + [analysis_prompt]
73
  response = GEMINI_CLIENT.models.generate_content(
74
- model='gemini-2.0-flash-live',
75
  contents=contents
76
  )
77
  expanded_prompt = response.text.strip()
 
71
  # Contents should be images first, then the text prompt
72
  contents = images + [analysis_prompt]
73
  response = GEMINI_CLIENT.models.generate_content(
74
+ model='gemini-2.5-flash',
75
  contents=contents
76
  )
77
  expanded_prompt = response.text.strip()