lite_research / app.py
tastelikefeet's picture
Create app.py
c09263e verified
raw
history blame
272 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(f'MODEL_TOKEN={os.environ["MODEL_TOKEN"]} TAVILY_API_KEY={os.environ["TAVILY_API_KEY"]} python app.py')