Skip to content

Commit

Permalink
fix: replaced banner for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM committed Nov 5, 2024
1 parent 8a8f5a1 commit 218a60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="docs/assets/brickllm_banner.png" alt="BrickLLM" style="width: 100%;">
<img src="https://raw.githubusercontent.com/EURAC-EEBgroup/brick-llm/refs/heads/main/docs/assets/brickllm_banner.png" alt="BrickLLM" style="width: 100%;">
</p>

# 🧱 BrickLLM
Expand Down Expand Up @@ -143,7 +143,7 @@ You can easily set up and run the Ollama environment using Docker Compose. The f
```
check if ollama is runnin in the port 11434:
```
curl http://localhost:11434
curl http://localhost:11434
```
Result should be:
```
Expand Down

0 comments on commit 218a60f

Please sign in to comment.