tastelikefeet commited on
Commit
cb463fc
·
verified ·
1 Parent(s): a15fe01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,5 +3,6 @@ import os
3
  os.system('git clone https://github.com/modelscope/mcp-central.git')
4
  os.chdir('mcp-central/examples/lite_research')
5
  os.system('sh requirements.sh')
 
6
  os.system('pip install openai -U')
7
  os.system(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')
 
3
  os.system('git clone https://github.com/modelscope/mcp-central.git')
4
  os.chdir('mcp-central/examples/lite_research')
5
  os.system('sh requirements.sh')
6
+ os.system('sudo playwright install-deps')
7
  os.system('pip install openai -U')
8
  os.system(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')