UNPKG

hexo-ai-summary-liushen

Version:

Hexo 插件:使用 AI(如 ChatGPT 或腾讯混元)自动为 Markdown 博文生成摘要,并将摘要写入 front-matter,可控制并发请求。

41 lines (40 loc) 934 B
{ "name": "hexo-ai-summary-liushen", "version": "1.2.1", "description": "Hexo 插件:使用 AI(如 ChatGPT 或腾讯混元)自动为 Markdown 博文生成摘要,并将摘要写入 front-matter,可控制并发请求。", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/willow-god/hexo-ai-summary" }, "keywords": [ "hexo", "hexo-plugin", "chatgpt", "openai", "ai", "summary", "markdown", "front-matter", "hexo-generator", "blog" ], "author": "LiuShen", "license": "MIT", "homepage": "https://github.com/willow-god/hexo-ai-summary", "dependencies": { "p-limit": "^2.3.0", "axios": "^0.19.2", "hexo-front-matter": "^4.2.1", "node-fetch": "^1.6.3" }, "files": [ "index.js", "ai.js", "strip.js", "README.md" ] }