Skip to content

Commit b800323

Browse files
authored
Update README.md
1 parent 7c3923b commit b800323

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

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

33
A modern, full-stack chat application demonstrating how to integrate React frontend with a Go backend and run local Large Language Models (LLMs) using Docker's Model Runner.
44

5-
![GenAI Application Demo](https://user-images.githubusercontent.com/313480/259385120-8e06ea97-cd28-44c0-92f3-f7c92b1f2d9a.png)
6-
75
## Overview
86

97
This project showcases a complete Generative AI interface that includes:
@@ -30,7 +28,7 @@ The application consists of three main components:
3028
│ Frontend │ >>> │ Backend │ >>> │ Model Runner│
3129
│ (React/TS) │ │ (Go) │ │ (Llama 3.2) │
3230
└─────────────┘ └─────────────┘ └─────────────┘
33-
:3000 :8080
31+
:3000 :8080 :12434
3432
```
3533

3634
## Connection Methods
@@ -163,4 +161,4 @@ Contributions are welcome! Please feel free to submit a Pull Request.
163161
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
164162
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
165163
4. Push to the branch (`git push origin feature/amazing-feature`)
166-
5. Open a Pull Request
164+
5. Open a Pull Request

0 commit comments

Comments
 (0)