tastelikefeet commited on
Commit
11a2736
·
verified ·
1 Parent(s): 563e76b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -3,6 +3,4 @@ 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('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')
 
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(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')