Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

正文

安装插件

idealclover/AISummary-Typecho
安装插件就不多说了,就丢到插件目录里,重命名

设置插件

提升词

我所用的提升词如下:
你的任务是生成文章的摘要。请你根据以下文章内容生成100字内的摘要,內容尽量针对seo优化,请不要带有链接,除了你生成的摘要内容,请不要输出其他任何无关内容。

模型

一般来说gpt-3.5-turbo-16k够用了,或者gpt4也行

CSS

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.aisummary {
background-color: #f0f0f0;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
}

.aisummary p {
font-size: 16px;
line-height: 1.5;
color: #333;
}

.aisummary a {
color: #007bff;
text-decoration: none;
}

.aisummary a:hover {
text-decoration: underline;
}

自动同步到简介

1
<script>window.addEventListener("load",(function(){var t=document.getElementById("ai"),e=document.querySelector('meta[name="description"]');t&&e&&e.setAttribute("content",t.textContent)}));</script>

`测试过google可用,bing未知,至少我的没有成功



Uses Volantis as theme. You can find source in https://github.com/volantis-x/volantis-docs.

本站总访问量为 访客数为

萌ICP备20235354号

Feed(Atom)