diff --git a/README.md b/README.md index d62ed2e..b6b62a3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ ![webui](./img/ui1.png) 根据上图依次点击step1~3,即可完成模型加载,加载文件,以及对话历史记录的查看 +![webui](./img/ui2.png) +点击底部Use via API可查看API接口,现有应用可通过post请求进行对接调用 + ### TODO - [ ] 添加模型加载进度条 - [ ] 添加输出内容及错误提示 diff --git a/README_en.md b/README_en.md index 06678ea..b9c350a 100644 --- a/README_en.md +++ b/README_en.md @@ -14,6 +14,9 @@ ![webui](./img/ui1.png) Click on steps 1-3 according to the above figure to complete the model loading, file loading, and viewing of dialogue history +![webui](./img/ui2.png) +Click on the Use via API at the bottom to view the API interface. Existing applications can be docked and called through post requests + ### TODO -[] Add Model Load progress bar -[] Add output content and error prompts diff --git a/img/ui1.png b/img/ui1.png index 545f589..6775ade 100644 Binary files a/img/ui1.png and b/img/ui1.png differ diff --git a/img/ui2.png b/img/ui2.png index 46fd3ae..5f30577 100644 Binary files a/img/ui2.png and b/img/ui2.png differ