Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhheo committed Sep 1, 2023
1 parent deeb53c commit 02a3d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ TianliGPT是一个专业的文字摘要生成工具,你可以将需要提取
1. 你需要在博客后面位置引入js和css(**引入在网站的任意位置**

```html
<link rel="stylesheet" href="https://cdn1.tianli0.top/gh/zhheo/[email protected].1/tianli_gpt.css">
<link rel="stylesheet" href="https://cdn1.tianli0.top/gh/zhheo/[email protected].2/tianli_gpt.css">
<script>
let tianliGPT_postSelector = '#post #article-container';
let tianliGPT_key = '5Q5mpqRK5DkwT1X9Gi5e';
</script>
<script src="https://cdn1.tianli0.top/gh/zhheo/[email protected].1/tianli_gpt.min.js"></script>
<script src="https://cdn1.tianli0.top/gh/zhheo/[email protected].2/tianli_gpt.min.js"></script>
```

2. 我们需要更改一些参数来让这个模型运作起来。
Expand Down

0 comments on commit 02a3d5c

Please sign in to comment.