tastelikefeet commited on
Commit
c09263e
·
verified ·
1 Parent(s): a06496b

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import os
2
+
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')