Skip to content

Commit 218a60f

Browse files
committed
fix: replaced banner for pypi
1 parent 8a8f5a1 commit 218a60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/assets/brickllm_banner.png" alt="BrickLLM" style="width: 100%;">
2+
<img src="https://raw.githubusercontent.com/EURAC-EEBgroup/brick-llm/refs/heads/main/docs/assets/brickllm_banner.png" alt="BrickLLM" style="width: 100%;">
33
</p>
44

55
# 🧱 BrickLLM
@@ -143,7 +143,7 @@ You can easily set up and run the Ollama environment using Docker Compose. The f
143143
```
144144
check if ollama is runnin in the port 11434:
145145
```
146-
curl http://localhost:11434
146+
curl http://localhost:11434
147147
```
148148
Result should be:
149149
```

0 commit comments

Comments
 (0)