/curlduck

A curl script to ask questions to Duckduckgo LLMs (Llama3, etc...)

Primary LanguageShell

Curlduck

A simple curl script to ask questions to Duckduckgo LLMs (Llama3, etc...)

Usage

Right now the question What is the superficy of the earth in square kilometers? is hardcoded in the script.

Example:

$ ./curlduck.sh
The surface area of the Earth is approximately 510,065,600 square kilometers.

Dependencies

curl grep awk sed jq tr

Links