Posts

Showing posts from April, 2026

How to configure debian 13 for ollama remote api ace

 setup bridged network on debian vm on virtualbox  windows --> chrome url -> http://debian_vm_hostname:11434 VM_IP_ADDRESS = hostname -I  3. Using Postman or Insomnia If you prefer a GUI: Set the method to POST . Enter the URL: http://<VM_IP_ADDRESS>:11434/api/generate . Go to the Body tab, select raw , and set the type to JSON . Paste this: JSON { "model" : "qwen2.5-coder:3b , "prompt" : "What are the benefits of Debian over Ubuntu?" } Click Send .