heymenn commited on
Commit
03597cd
·
verified ·
1 Parent(s): 7b727ab

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -169,7 +169,7 @@ class SAOKEWebApp:
169
  config = types.GenerateContentConfig(tools=[grounding_tool])
170
 
171
  response = client.models.generate_content(
172
- model="gemini-2.5-flash",
173
  contents=prompt,
174
  config=config,
175
  )
 
169
  config = types.GenerateContentConfig(tools=[grounding_tool])
170
 
171
  response = client.models.generate_content(
172
+ model="gemini-2.5-pro",
173
  contents=prompt,
174
  config=config,
175
  )