You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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