curl -fsSL https://ollama.com/install.sh | sh ollama pull llama3 python3 -u main.py # running as server to server side python3 -u http.server 5666 --directory ./ # running as server for client side
debug here: http://127.0.0.1:5666/
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
curl -fsSL https://ollama.com/install.sh | sh ollama pull llama3 python3 -u main.py # running as server to server side python3 -u http.server 5666 --directory ./ # running as server for client side
debug here: http://127.0.0.1:5666/