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 sidedebug here: http://127.0.0.1:5666/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 sidedebug here: http://127.0.0.1:5666/