3 - Full Chatbot Script

01 - Full Chatbot Script

copy the name of the model from the models page,

qwen3.4:pb , we're using qwen 3.5:9b

ollama pull qwen3.5:9b

this will take a while

02 - Run the model

type the run command then name of model

ollama run qwen3.5:9b

03 - To end the session

I just used cntrl + z in terminal?