You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAYA SERVER packages the System One inference capabilities of [upstream Laya](https://github.com/NandhaKishorM/laya) as a standalone service, making them easier to deploy and use in your applications.
12
10
13
-
## 快速开始
11
+
## Quick Start
14
12
15
-
镜像发布后,安装 Docker 并运行(如需固定版本,将 `latest`换成对应标签):
13
+
Once the image is published, install Docker and run the following command. Replace `latest`with a version tag to pin a release.
16
14
17
15
```sh
18
16
docker run -d --name laya-server --init --restart unless-stopped \
Replace the sample password with your own, then sign in at `http://YOUR_SERVER_IP:8080`. Create a key on the **API Keys**page; the full key is shown only once. `/health/ready`checks the model files. Data is stored in the `laya-data`volume.
Successful responses include `answers`, `model`, and actual token counts in `usage`. The published image includes the multilingual model; `model=auto` (the default) and `model=multilingual`are available. See **Documentation**in the console for more request examples.
This project is licensed under [Apache License 2.0](LICENSE). For issues and suggestions, visit [GitHub Issues](https://github.com/1Panel-dev/laya-server/issues).
0 commit comments