We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a35a6 commit 7b477a4Copy full SHA for 7b477a4
README.md
@@ -31,10 +31,10 @@ The application consists of three main components:
31
32
```
33
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
34
-│ Frontend │ >>> │ Backend │ >>> │ Ollama │
35
-│ (React/TS) │ │ (Go) │ │ (Llama 3.2)│
+│ Frontend │ >>> │ Backend │ >>> │ Model Runner│
+│ (React/TS) │ │ (Go) │ │
36
└─────────────┘ └─────────────┘ └─────────────┘
37
- :3000 :8080 :11434
+ :3000 :8080
38
39
40
##### Features
0 commit comments