一、chat gpt
找到左边 【大模型聊天】 这个文件,双击鼠标左键打开

在这里填上你的 chat gpt 的 api_key 就可以运行了。

二、阿里大模型
选中这行,然后按下键盘上 ctrl + / , 就能把这行注释掉了
注释后就不会运行这行代码,取消注释也是这样操作

选择这行,ctrl + / 取消注释

三、智普大模型
使用智普大模型就取消注释这行

四、deepseek
使用deepseek就取消注释这行

tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true