Spaces:
Sleeping
Sleeping
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(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py') |