Skip to main content

NoneBot DeepSeek 插件。接入 DeepSeek 模型,提供智能对话与问答功能

Project description

NoneBot-Plugin-DeepSeek

✨ NoneBot DeepSeek 插件 ✨

DeepSeek
pypi python uv-managed alc-resolved
NoneBot Registry Supported Adapters
📸 演示与预览   |   📦️ 下载插件   |   💬 加入交流群

📖 介绍 Human coded

NoneBot DeepSeek 插件。接入 DeepSeek 模型,提供智能对话与问答功能

Wiki: 👉 传送门

[!IMPORTANT] 收藏项目,你将从 GitHub 上无延迟地接收所有发布通知~⭐️

starify
Star History

💿 安装

以下提到的方法任选 其一 即可

[!TIP] 想要启用 Markdown 转图片功能,需安装 nonebot-plugin-deepseek[image]

[推荐] 使用 nb-cli 安装 在 Bot 的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-deepseek
使用包管理器安装
pip install nonebot-plugin-deepseek
# or, use poetry
poetry add nonebot-plugin-deepseek
# or, use pdm
pdm add nonebot-plugin-deepseek

打开 NoneBot 项目根目录下的配置文件, 在 [plugin] 部分追加写入

plugins = ["nonebot_plugin_deepseek"]

⚙️ 配置

在项目的配置文件中添加下表中配置

[!note] api_key 请从 DeepSeek 开放平台 获取
enable_modelsCustomModel 结构的字典,若无接入本地模型的需要则无需修改
若要接入本地模型,请参见:👉 Wiki - 接入本地模型

配置项 必填 默认值 说明
deepseek__api_key API Key
deepseek__enable_models [{ "name": "deepseek-chat" }, { "name": "deepseek-reasoner" }] 启用的模型 配置说明
deepseek__prompt 模型预设
deepseek__stream False 是否启用流式传输
deepseek__timeout {"api_request": 100, "user_input": 60} 超时设定
deepseek__md_to_pic False 是否启用 Markdown 转图片
deepseek__enable_send_thinking False 是否发送思维链

🎉 使用

[!note] 请检查你的 COMMAND_START 以及上述配置项。这里默认使用 /

帮助

deepseek --help
         --balance

         [...content] 
           --use-model [model]
           --with-context
           --render | -r

         model
           --list | -l
           --set-default [model]
           --render-markdown ['enable' | 'disable' | 'on' | 'off']

问答

/deepseek [内容]

快捷命令:/ds [内容] 或回复文本消息

多轮对话

/deepseek --with-context [内容]

快捷指令:/ds --with-context [内容] /多轮对话

深度思考

/deepseek [内容] --use-model deepseek-reasoner

快捷指令:/深度思考 [内容]

余额

权限:SUPERUSER

/deepseek --balance

快捷指令:/ds --balance /余额

设置

权限:设置默认模型 指令仅 SUPERUSER 可用

# 查看支持的模型列表
/deepseek model -l|--list
# 设置默认模型
/deepseek model --set-default [模型名]
# 设置 Markdown 转图片
/deepseek model --render-markdown ['enable' | 'disable' | 'on' | 'off']

快捷指令:/模型列表 /设置默认模型 [模型名]

自定义快捷指令

该特性依赖于 Alconna 快捷指令。自定义指令不带 COMMAND_START,若有必要需手动填写

# 增加
/deepseek --shortcut <自定义指令> /deepseek
# 删除
/deepseek --shortcut delete <自定义指令>
# 列出
/deepseek --shortcut list

例子:

user: /deepseek --shortcut /chat /deepseek --use-model deepseek-chat
bot: deepseek::deepseek 的快捷指令: "/chat" 添加成功
user: /chat
bot: (使用模型 deepseek-chat)

📸 效果图

DeepSeek - Preview

💖 鸣谢

贡献者们

contributors sponsors

感谢这些大佬对本项目作出的贡献:

contributors

📄 许可证

本项目使用 MIT 许可证开源

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_deepseek-0.2.1.tar.gz (27.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nonebot_plugin_deepseek-0.2.1-py3-none-any.whl (37.2 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_deepseek-0.2.1.tar.gz.

File metadata

  • Download URL: nonebot_plugin_deepseek-0.2.1.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for nonebot_plugin_deepseek-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2f348276507174a7f4df108368b75f1286c61a6b8d44a342880fc343c3773a08
MD5 848dcee6741427d0213f1ea582eac5e1
BLAKE2b-256 8c145fd4d74053c9c858114a123bea2f325a8b6137210bc53ca3b756d73de18e

See more details on using hashes here.

File details

Details for the file nonebot_plugin_deepseek-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: nonebot_plugin_deepseek-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 37.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.8 {"installer":{"name":"uv","version":"0.11.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for nonebot_plugin_deepseek-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3f184c0fe3cd8170d1ddbf04eecec7ca7e8f6b6df35f1788784b44edeed466bb
MD5 a3ae5b751191c4bbdf214fc2160139a8
BLAKE2b-256 94a8b07f673f8cbfc5571f69c6355644bd52e12de7675bcaa8e4c93310579fc0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page