koishi-plugin-deepseek-ai
Version:
一个可以使用deepseek-ai的插件,支持预设
33 lines (31 loc) • 620 B
JSON
{
"name": "koishi-plugin-deepseek-ai",
"description": "一个可以使用deepseek-ai的插件,支持预设",
"version": "0.2.0",
"contributors": [
"wartty <wartty@petalmail.com>"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wartty/koishi-plugin-deepseek-ai.git"
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"ai",
"deepseek",
"chat",
"深度求索"
],
"peerDependencies": {
"koishi": "4.18.7"
}
}