Simple bash script to query ollama on any host.
Fetches available models and allows selection.
Enter prompt as well as system prompt. Supports thinking.
Clone this repo
cd question-ollama
chmod +x question-ollama.sh
./question-ollama.sh
Requires the "jq" package.
sudo apt install jq