去 ollama 官网下载 https://ollama.com/
ollama pull Tianli0/tianligpt-5w-1.5b
可以使用其他模型
ollama pull qwen2:latest
yarn add hexo-ollama-excerpt
ollamaexcerpt:
default_enable: true #是否默认开启摘要
api: http://127.0.0.1:11434 #ollama api地址
model: Tianli0/tianligpt-5w-1.5b # 使用的模型
prompt: '你是一个摘要生成工具,你需要解释我发送给你的内容,不要换行,不要超过200字,只需要介绍文章的内容,不需要提出建议和缺少的东西。请用中文回答,输出的内容开头为“这篇文章介绍了”' #提示词
ignoreEl: ['table', 'pre', 'figure'] # 要排除的 content 内容
在文章头部 添加 ai_enable: false
---
ai_enable: false
---