Docfile commited on
Commit
47af5a5
·
verified ·
1 Parent(s): edad585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,8 +30,7 @@ SYSTEM_PROMPT = """
30
 
31
  # Initialize Gemini model
32
  model = genai.GenerativeModel(
33
- 'gemini-2.0-flash-exp',
34
- tools='code_execution',
35
  safety_settings=safety_settings,
36
  system_instruction=SYSTEM_PROMPT
37
  )
 
30
 
31
  # Initialize Gemini model
32
  model = genai.GenerativeModel(
33
+ 'gemini-2.0-flash',
 
34
  safety_settings=safety_settings,
35
  system_instruction=SYSTEM_PROMPT
36
  )