Skip to content

Commit d99dce9

Browse files
committed
doc
1 parent 165a7f3 commit d99dce9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">LM的Web会话管理方案<span style="color: #2454ff;">THChatUI</span><span style="font-size: 10px;">v2</span></h1>
22

3-
[![GitHub](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20GitHub-blue)](https://unagi-cq.github.io/THChatUI/#/) [![China](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20China-red)](http://localchatui.wuxitianyouqi.com/#/) [![Docs](https://img.shields.io/badge/Document-%F0%9F%9A%80%20GitHub-blue)](https://unagi-cq.github.io/THChatUI/#/kb)
3+
[![GitHub](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20GitHub-blue)](https://unagi-cq.github.io/THChatUI/#/) [![China](https://img.shields.io/badge/Demo-%F0%9F%9A%80%20China-red)](http://localchatui.wuxitianyouqi.com/#/) [![Docs](https://img.shields.io/badge/Document-%F0%9F%9A%80%20GitHub-blue)](https://unagi-cq.github.io/THChatUI/#/docs)
44

55

66
<p align="center">
@@ -68,10 +68,10 @@ PC端界面如下:
6868

6969
[THChatUI国内加速体验地址](http://localchatui.wuxitianyouqi.com/#/)
7070
[THChatUI永久体验地址](https://unagi-cq.github.io/THChatUI/#/)
71-
> 注1】THChatUI在线体验版只提供了讯飞星火Lite模型调用,阿里云灵积、智谱AI平台、百度千帆、月之暗面、OpenAI的模型调用需要去对应平台申请Key并填入设置中,Key只会保存在本地浏览器缓存中,绝对安全。
71+
> 】THChatUI在线体验版只提供了讯飞星火Lite模型调用,阿里云灵积、智谱AI平台、百度千帆、月之暗面、OpenAI的模型调用需要去对应平台申请Key并填入设置中,Key只会保存在本地浏览器缓存中,绝对安全。
7272
7373
[THChatUI代码仓库](https://github.com/Unagi-cq/THChatUI)
74-
> 注2】代码仓提供了前端项目和后端接口示例。
74+
> 】代码仓提供了前端项目和后端接口示例。
7575
7676
[THChatUI代码视频讲解教程](https://www.bilibili.com/video/BV1tb421n7Li/)
7777
[个人博客](https://blog.csdn.net/qq_43592352?type=blog)
@@ -166,7 +166,7 @@ conda activate thchat
166166
python ./llm/chat/1_simple_local_chat.py
167167
```
168168

169-
> 注4】如果项目启动失败,请检查前端项目端口8080和后端服务端口5000是否被占用。
169+
> 】如果项目启动失败,请检查前端项目端口8080和后端服务端口5000是否被占用。
170170
171171
### 打包部署
172172
前端项目打包:
@@ -235,7 +235,7 @@ location ^~ /ali/remote/
235235
}
236236
```
237237
238-
>注5】 本地运行调试时不需要额外配置。`/ali/remote/` `/baidu/remote/` 是和前端项目的vue.config.js文件里的代理前缀对应的。
238+
>】 本地运行调试时不需要额外配置。`/ali/remote/` `/baidu/remote/` 是和前端项目的vue.config.js文件里的代理前缀对应的。
239239
240240
后端接口部署就很简单了,配置好python3.10环境,安装好包,直接运行就行。
241241

thchat-ui/src/assets/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ PC端界面如下:
6262

6363
[THChatUI国内加速体验地址](http://localchatui.wuxitianyouqi.com/#/)
6464
[THChatUI永久体验地址](https://unagi-cq.github.io/THChatUI/#/)
65-
> 注1】THChatUI在线体验版只提供了讯飞星火Lite模型调用,阿里云灵积、智谱AI平台、百度千帆、月之暗面、OpenAI的模型调用需要去对应平台申请Key并填入设置中,Key只会保存在本地浏览器缓存中,绝对安全。
65+
> 】THChatUI在线体验版只提供了讯飞星火Lite模型调用,阿里云灵积、智谱AI平台、百度千帆、月之暗面、OpenAI的模型调用需要去对应平台申请Key并填入设置中,Key只会保存在本地浏览器缓存中,绝对安全。
6666
6767
[THChatUI代码仓库](https://github.com/Unagi-cq/THChatUI)
68-
> 注2】代码仓提供了前端项目和后端接口示例。
68+
> 】代码仓提供了前端项目和后端接口示例。
6969
7070
[THChatUI代码视频讲解教程](https://www.bilibili.com/video/BV1tb421n7Li/)
7171
[个人博客](https://blog.csdn.net/qq_43592352?type=blog)

thchat-ui/src/assets/docs/quick_dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ conda activate thchat
8484
python ./llm/chat/1_simple_local_chat.py
8585
```
8686

87-
> 注4】如果项目启动失败,请检查前端项目端口8080和后端服务端口5000是否被占用。
87+
> 】如果项目启动失败,请检查前端项目端口8080和后端服务端口5000是否被占用。
8888
8989
### 打包部署
9090
前端项目打包:
@@ -153,7 +153,7 @@ location ^~ /ali/remote/
153153
}
154154
```
155155
156-
>注5】 本地运行调试时不需要额外配置。`/ali/remote/` `/baidu/remote/` 是和前端项目的vue.config.js文件里的代理前缀对应的。
156+
>】 本地运行调试时不需要额外配置。`/ali/remote/` `/baidu/remote/` 是和前端项目的vue.config.js文件里的代理前缀对应的。
157157
158158
后端接口部署就很简单了,配置好python3.10环境,安装好包,直接运行就行。
159159

thchat-ui/src/views/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<span class="copyright">{{ new Date().getFullYear() }} © THChatUI made by HCQ.
88
<el-link href="https://github.com/Unagi-cq/THChatUI" target="_blank">{{ $t('AppFooter.repository')
99
}}</el-link>
10-
<el-link href="https://unagi-cq.github.io/THChatUI/#/kb" target="_blank">{{ $t('AppFooter.docs') }}</el-link>
10+
<el-link href="https://unagi-cq.github.io/THChatUI/#/docs" target="_blank">{{ $t('AppFooter.docs') }}</el-link>
1111
</span>
1212
</el-row>
1313
</template>

thchat-ui/src/views/AppMain.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="title-line">{{ $t('AppMain.title') }} <span>THChatUI</span></div>
1313
<div class="sub-title-line">{{ $t('AppMain.welcome') }}</div>
1414
<div class="sub-title-line">
15-
<el-link type="primary" href="https://unagi-cq.github.io/THChatUI/#/kb"
15+
<el-link type="primary" href="https://unagi-cq.github.io/THChatUI/#/docs"
1616
@click="goTo('/about')">
1717
{{ $t('AppMain.viewDocs') }}
1818
</el-link>

0 commit comments

Comments
 (0)