Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

File metadata and controls

10 lines (8 loc) · 283 Bytes

chatobot

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/