We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8f5a1 commit 218a60fCopy full SHA for 218a60f
README.md
@@ -1,5 +1,5 @@
1
<p align="center">
2
- <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%;">
3
</p>
4
5
# 🧱 BrickLLM
@@ -143,7 +143,7 @@ You can easily set up and run the Ollama environment using Docker Compose. The f
143
```
144
check if ollama is runnin in the port 11434:
145
146
- curl http://localhost:11434
+ curl http://localhost:11434
147
148
Result should be:
149
0 commit comments