Hacker News new | ask | show | jobs
Show HN: llm.sh – LLMs in the command line in 45 lines of bash (github.com)
2 points by jakobfrick 371 days ago
A simple bash script to interact with LLMs from the command line. Inspired by Simon Willison's llm tool but trying to avoid dependencies. Only dependencies are curl and jq