esp-ai-plugin-llm-dify-client
Version:
ESP-AI的Dify LLM插件,支持接入Dify API进行对话
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "esp-ai-plugin-llm-dify-client",
"version": "1.0.6",
"description": "ESP-AI的Dify LLM插件,支持接入Dify API进行对话",
"main": "index.js",
"scripts": {
"test": "echo \"No tests specified yet\"",
"prepublishOnly": "npm test",
"publish": "npm publish --access public"
},
"keywords": [
"esp-ai",
"dify",
"llm",
"plugin",
"ai",
"chatbot",
"esp-ai-plugin",
"dify-api"
],
"author": {
"name": "piggy-george",
"url": "https://github.com/piggy-george"
},
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piggy-george/esp-ai-plugin-llm-dify.git"
},
"bugs": {
"url": "https://github.com/piggy-george/esp-ai-plugin-llm-dify/issues"
},
"homepage": "https://github.com/piggy-george/esp-ai-plugin-llm-dify#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}