NoneBot DeepSeek plugin supports multiple installation methods, so users can choose the most convenient method according to their tech stack:
- Installation with nb-cli: Execute the
nb plugin install nonebot-plugin-deepseek - Installation using pip::
pip install nonebot-plugin-deepseek - Installation using poetry::
poetry add nonebot-plugin-deepseek - Installation with pdm::
pdm add nonebot-plugin-deepseek
You need to make the necessary settings in the configuration file after installation:
deepseek__api_key: DeepSeek API key that must be configureddeepseek__enable_models: Configure the list of enabled modelsdeepseek__prompt: Optional customizable prompt wordsdeepseek__md_to_pic: Controls the Markdown-to-image function switchdeepseek__enable_send_thinking: Controls whether the model inference process is displayed
This answer comes from the articleNoneBot DeepSeek Plugin: Intelligent dialog for customer service based on NoneBot & DeepSeek.The































