Mqleet commited on
Commit
14e8c06
·
1 Parent(s): 5aa6a94

upd app file

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ from ProjectPageAgent.main_pipline import matching, copy_static_files
23
 
24
  load_dotenv()
25
 
26
- subprocess.run(["playwright", "install", "chromium"], check=True)
27
-
28
 
29
  def get_agent_config_with_keys(model_type, openai_api_key="", gemini_api_key="",
30
  qwen_api_key="", zhipuai_api_key="", openrouter_api_key=""):
 
23
 
24
  load_dotenv()
25
 
 
 
26
 
27
  def get_agent_config_with_keys(model_type, openai_api_key="", gemini_api_key="",
28
  qwen_api_key="", zhipuai_api_key="", openrouter_api_key=""):