We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8e4a9 commit 921b60fCopy full SHA for 921b60f
README.md
@@ -101,6 +101,7 @@ plugins = ["nonebot_plugin_deepseek"]
101
| deepseek__api_key | 是 | 无 | API Key |
102
| deepseek__enable_models | 否 |[{ "name": "deepseek-chat" }, { "name": "deepseek-reasoner" }]|启用的模型 [配置说明](https://github.com/KomoriDev/nonebot-plugin-deepseek/wiki/%E9%85%8D%E7%BD%AE#enable_models-%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E)|
103
| deepseek__prompt | 否 | 无 | 模型预设 |
104
+| deepseek__stream | 否 | False | 是否启用流式传输 |
105
| deepseek__md_to_pic | 否 | False | 是否启用 Markdown 转图片 |
106
|deepseek__enable_send_thinking| 否 | False | 是否发送思维链 |
107
0 commit comments