Skip to content

Commit c7a7fc9

Browse files
committed
doc refresh
1 parent 67b6c2f commit c7a7fc9

File tree

5 files changed

+35
-390
lines changed

5 files changed

+35
-390
lines changed

docs/content/integrations/frontend/openwebui.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ description: Connect OpenWebUI to multiple Ollama instances through Olla proxy.
44
keywords: OpenWebUI, Olla, Ollama, LLM interface, web UI, load balancing, model management
55
---
66

7-
# OpenWebUI Integration
7+
# OpenWebUI Integration with Ollama
88

99
OpenWebUI is a powerful web interface for interacting with LLMs. Olla acts as a proxy between OpenWebUI and your Ollama backends, providing load balancing, failover and unified model management across multiple Ollama instances.
1010

11+
**Set in OpenWebUI:**
12+
13+
```bash
14+
export OLLAMA_BASE_URL="http://localhost:40114/olla/ollama"
15+
```
16+
1117
You can find an example integration of OpenWebUI with Olla and Ollama instances in <code>examples/ollama-openwebui</code> - see [latest in Github](https://github.com/thushan/olla/tree/main/examples/ollama-openwebui).
1218

1319
## Overview

docs/content/integrations/overview.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ You can use the `type` in [Endpoint Configurations](/olla/configuration/overview
2626

2727
## Frontend Support
2828

29-
* [OpenWebUI](./frontend/openwebui.md) - native support for [OpenWebUI](https://github.com/open-webui/open-webui).
29+
### OpenWebUI
30+
31+
Native support for [OpenWebUI](https://github.com/open-webui/open-webui) with Olla via:
32+
33+
* [OpenWebUI with Ollama](./frontend/openwebui.md)
34+
* [OpenWebUI with OpenAI](./frontend/openwebui-openai.md)
3035

3136
## Profiles
3237

docs/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ nav:
157157
- Lemonade SDK: integrations/backend/lemonade.md
158158
- LiteLLM: integrations/backend/litellm.md
159159
- Frontends:
160-
- OpenWebUI: integrations/frontend/openwebui.md
160+
- OpenWebUI + Ollama: integrations/frontend/openwebui.md
161+
- OpenWebUI + OpenAI: integrations/frontend/openwebui-openai.md
161162
- Development:
162163
- Overview: development/overview.md
163164
- Setup: development/setup.md

examples/ollama-openwebui/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This example demonstrates how to set up OpenWebUI with Olla as a proxy/load balancer for multiple Ollama instances.
44

5+
However, you can also opt to use any OpenAI Compatible API as well (so you can use vLLM, SgLang backends for instance).
6+
57
## Architecture
68

79
```

0 commit comments

Comments
 (0)