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

Update app.py

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