upd app file
Browse files
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=""):
|