Simon Willison’s Weblog

Subscribe

Sunday, 27th October 2024

Release llm-jq 0.1a0 — Write and execute jq programs with the help of LLM
Release llm-jq 0.1 — Write and execute jq programs with the help of LLM

Run a prompt to generate and execute jq programs using llm-jq

Visit Run a prompt to generate and execute jq programs using llm-jq

llm-jq is a brand new plugin for LLM which lets you pipe JSON directly into the llm jq command along with a human-language description of how you’d like to manipulate that JSON and have a jq program generated and executed for you on the fly.

[... 417 words]

Release llm-jq 0.1.1 — Write and execute jq programs with the help of LLM
Release llm-whisper-api 0.1 — Run transcriptions using the OpenAI Whisper API
Release llm-whisper-api 0.1.1 — Run transcriptions using the OpenAI Whisper API

llm-whisper-api. I wanted to run an experiment through the OpenAI Whisper API this morning so I knocked up a very quick plugin for LLM that provides the following interface:

llm install llm-whisper-api
llm whisper-api myfile.mp3 > transcript.txt

It uses the API key that you previously configured using the llm keys set openai command. If you haven't configured one you can pass it as --key XXX instead.

It's a tiny plugin: the source code is here.

# 6:19 pm / plugins, projects, ai, openai, whisper, llm, speech-to-text

Tool link-temp — View Mozilla Bugzilla bug reports directly from your terminal using this LLM plugin for Google's Gemini API. The plugin enables seamless integration between your command-line workflow and Bugzilla's bug tracking system, allowing you to query and retrieve bug information without leaving your terminal environment. This tool is particularly useful for developers who want to incorporate bug data into their LLM-powered workflows and automation scripts.
Saturday, 26th October 2024
Monday, 28th October 2024