We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e576d commit 203e6cfCopy full SHA for 203e6cf
README.md
@@ -41,8 +41,8 @@ networks:
41
name: ktransformers
42
```
43
### Docker Compose 示例(带WEB)
44
-#### 🌐 API:http://<IP地址>:10002/docs,具体请参见 [fastapi](https://fastapi.tiangolo.com/zh/#api) 官方文档
45
-#### 🌐 Chat:http://<IP地址>:10002/web/index.html#/chat
+#### 🌐 FastAPI:http://<IP地址>:10002/docs,具体请参见 [fastapi](https://fastapi.tiangolo.com/zh/#api) 官方文档
+#### 🌐 WebChat:http://<IP地址>:10002/web/index.html#/chat
46
```yaml
47
services:
48
ktransformers:
0 commit comments