[add] ollama

This commit is contained in:
Andy Bunce 2026-02-14 21:57:08 +00:00
parent dbdfe6d052
commit 8e5ba0b73a
3 changed files with 17 additions and 0 deletions

9
ollama2/readme.md Normal file
View file

@ -0,0 +1,9 @@
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]
```