Dify Service Configuration Guide
The configuration process is divided into three key steps:
- Account preparation::
- Register for a developer account on the Dify platform
- Getting the API key after creating the application (32-bit characters)
- Record the server URL (usually https://api.dify.ai/v1)
- Client Settings::
- Go to Settings → Service Configuration → Add Dify Service
- Fill in the API Key, Base URL, and model type (e.g., GPT-4), in that order.
- Advanced parameter settings: temperature (0-2), max_tokens, etc.
- connection verification::
- Save configuration and send test request
- Observe the console log to confirm the return code 200
This answer comes from the articleXiaozhi MCP Client: a cross-platform AI assistant supporting voice and text interactionThe