After adding this configuration, you can execute the relevant commands to start MindSearch.
Start the backend:
Copy
# Specify the SiliconFlow API Keyexport SILICON_API_KEY=The key copied in the previous steps# Startpython -m mindsearch.app --lang en --model_format internlm_silicon --search_engine DuckDuckGoSearch
Start the frontend. Here, the Gradio frontend is used as an example. For other frontend setups, refer to the MindSearch README:
python frontend/mindsearch_gradio.py