[mod] glance

This commit is contained in:
Andy Bunce 2025-03-20 16:21:49 +00:00
parent 13ac0c5056
commit 8bf8c9121c
2 changed files with 14 additions and 1 deletions

View file

@ -1 +1,9 @@
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
```mermaid
graph LR
A[Start] --> B[Process]
B --> C[Decision]
C -->|Yes| D[End]
C -->|No| E[Loop Back to B]
```