Tag: plugin
-
Simon Willison’s Weblog: llm-whisper-api
Source URL: https://simonwillison.net/2024/Oct/27/llm-whisper-api/#atom-everything Source: Simon Willison’s Weblog Title: llm-whisper-api Feedly Summary: 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 It uses the API key that you previously configured…
-
Simon Willison’s Weblog: Run a prompt to generate and execute jq programs using llm-jq
Source URL: https://simonwillison.net/2024/Oct/27/llm-jq/#atom-everything Source: Simon Willison’s Weblog Title: Run a prompt to generate and execute jq programs using llm-jq Feedly Summary: 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…
-
Hacker News: Copilot vs. Cursor vs. Cody vs. Supermaven vs. Aider
Source URL: https://www.vincentschmalbach.com/copilot-vs-cursor-vs-cody-vs-supermaven-vs-aider/ Source: Hacker News Title: Copilot vs. Cursor vs. Cody vs. Supermaven vs. Aider Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the evolution of AI-assisted coding tools, particularly focusing on GitHub Copilot and its alternatives such as Cursor, Sourcegraph Cody, and Supermaven. It highlights how these tools improve…
-
Simon Willison’s Weblog: llm-cerebras
Source URL: https://simonwillison.net/2024/Oct/25/llm-cerebras/ Source: Simon Willison’s Weblog Title: llm-cerebras Feedly Summary: llm-cerebras Cerebras (previously) provides Llama LLMs hosted on custom hardware at ferociously high speeds. GitHub user irthomasthomas built an LLM plugin that works against their API – which is currently free, albeit with a rate limit of 30 requests per minute for their two…