GuglielmoTor commited on
Commit
b7b0651
·
verified ·
1 Parent(s): b2ad7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -692,8 +692,8 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
692
 
693
  current_agent = EmployerBrandingAgent(
694
  llm_model_name=EB_AGENT_LLM_MODEL,
695
- generation_config_params=EB_AGENT_GEN_CONFIG,
696
- safety_settings=EB_AGENT_SAFETY_SETTINGS,
697
  all_dataframes=dataframes_for_agent,
698
  rag_documents_df=eb_agent_default_rag_docs.copy(),
699
  embedding_model_name=EB_AGENT_EMBEDDING_MODEL,
 
692
 
693
  current_agent = EmployerBrandingAgent(
694
  llm_model_name=EB_AGENT_LLM_MODEL,
695
+ generation_config_dict=EB_AGENT_GEN_CONFIG,
696
+ safety_settings_list=EB_AGENT_SAFETY_SETTINGS,
697
  all_dataframes=dataframes_for_agent,
698
  rag_documents_df=eb_agent_default_rag_docs.copy(),
699
  embedding_model_name=EB_AGENT_EMBEDDING_MODEL,