Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
696 |
-
|
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,
|