SCENARIO EXAMPLE
Using in MindSearch
1. Obtain API Key
- Open the SiliconCloud official website and register an account (if you already have one, simply log in).
- After completing the registration, go to API Key, create a new API Key, and copy the key for later use.
2. Deploy MindSearch
-
Clone MindSearch to your local environment and install the necessary dependencies (refer to https://github.com/InternLM/MindSearch/blob/main/README.md).
-
Modify the following file:
/path/to/MindSearch/mindsearch/models.py
-
Add the configuration for calling the SiliconFlow API. The configuration is as follows:
After adding this configuration, you can execute the relevant commands to start MindSearch.
- Start the backend:
- 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
3. Upload to HuggingFace Space
We can also choose to deploy it to HuggingFace Space.
- Go to https://huggingface.co/new-space and create a new Space. Configure it as follows:
- Gradio
- Template: Blank
- Hardware: CPU basic · 2 vCPU · 16GB · FREE
-
After successfully creating the Space, go to “Settings” and set the API Key.
-
Upload the MindSearch directory from step 2,
requirements.txt
, and anapp.py
file.
For the detailed content of app.py
, refer to: https://huggingface.co/spaces/SmartFlowAI/MindSearch_X_SiliconFlow/blob/main/app.py