Merge pull request #1059 from sawansri/lemonade

Update lemonade docs
This commit is contained in:
Classic298
2026-02-13 19:18:45 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -43,18 +43,18 @@ There are many servers and tools that expose an OpenAI-compatible API. Pick whic
Lemonade is a plug-and-play ONNX-based OpenAI-compatible server. Heres how to try it on Windows:
1. [Download the latest `.exe`](https://github.com/lemonade-sdk/lemonade)
1. [Download the latest `.exe`](https://github.com/lemonade-sdk/lemonade/releases)
2. Run `Lemonade_Server_Installer.exe`
3. Install and download a model using Lemonades installer
4. Once running, your API endpoint will be:
```
http://localhost:8000/api/v0
http://localhost:8000/api/v1
```
![Lemonade Server](/images/getting-started/lemonade-server.png)
See [their docs](https://lemonade-server.ai/) for details.
See [their docs](https://lemonade-server.ai/docs/server/apps/open-webui/) for details.
---
@@ -89,7 +89,7 @@ If running Open WebUI in Docker and your model server on your host machine, use
:::
##### **For Lemonade:** When adding Lemonade, use `http://localhost:8000/api/v0` as the URL.
##### **For Lemonade:** When adding Lemonade, use `http://localhost:8000/api/v1` as the URL.
![Lemonade Connection](/images/getting-started/lemonade-connection.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 84 KiB