jesusvilela commited on
Commit
376713a
·
verified ·
1 Parent(s): 862dde4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ def initialize_agent_and_tools(force_reinit=False):
393
  model=GEMINI_MODEL_NAME,
394
  google_api_key=GOOGLE_API_KEY,
395
  temperature=0.0,
396
- safety_settings=llm_safety_settings_corrected_final,
397
  timeout=120,
398
  convert_system_message_to_human=True # This flag might be interacting with how system prompts are handled
399
  )
 
393
  model=GEMINI_MODEL_NAME,
394
  google_api_key=GOOGLE_API_KEY,
395
  temperature=0.0,
396
+ #safety_settings=llm_safety_settings_corrected_final,
397
  timeout=120,
398
  convert_system_message_to_human=True # This flag might be interacting with how system prompts are handled
399
  )