Ollama Prompt Simple
By Arch Brooks on April 19, 2026 in Programming
curl -X POST http://127.0.0.1:11434/api/generate \
-H "Content-Type: application/json" \
-d '{
"model":"phi3:latest",
"prompt":"AB Explain xdg-open",
"stream":false
}'
curl -X POST http://127.0.0.1:8000/api/generate -H "Content-Type: application/json" -d '{"prompt":"Explain xdg-open"}'
Views: 24 | Permalink: https://bcs.archman.us/blog.php?slug=ollama-prompt-simple