lite_research / app.py
tastelikefeet's picture
Update app.py
cb463fc verified
raw
history blame
349 Bytes
import os
os.system('git clone https://github.com/modelscope/mcp-central.git')
os.chdir('mcp-central/examples/lite_research')
os.system('sh requirements.sh')
os.system('sudo playwright install-deps')
os.system('pip install openai -U')
os.system(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')