This commit is contained in:
Andrea Bianchi
2026-05-26 08:43:10 +09:00
parent 70649dff69
commit f80186aacd
6 changed files with 121 additions and 0 deletions

9
w14_olama/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Expose the server
```sh
OLLAMA_HOST=0.0.0.0:11434 ollama serve
or
OLLAMA_HOST=127.0.0.1:8080 ollama serve
```