Tag: plugins
-
Simon Willison’s Weblog: datasette-enrichments-llm
Source URL: https://simonwillison.net/2024/Dec/5/datasette-enrichments-llm/#atom-everything Source: Simon Willison’s Weblog Title: datasette-enrichments-llm Feedly Summary: datasette-enrichments-llm Today’s new alpha release is datasette-enrichments-llm, a plugin for Datasette 1.0a+ that provides an enrichment that lets you run prompts against data from one or more column and store the result in another column. So far it’s a light re-implementation of the existing…
-
Simon Willison’s Weblog: datasette-llm-usage
Source URL: https://simonwillison.net/2024/Dec/2/datasette-llm-usage/ Source: Simon Willison’s Weblog Title: datasette-llm-usage Feedly Summary: datasette-llm-usage I released the first alpha of a Datasette plugin to help track LLM usage by other plugins, with the goal of supporting token allowances – both for things like free public apps that stop working after a daily allowance, plus free previews of…
-
Simon Willison’s Weblog: LLM 0.19
Source URL: https://simonwillison.net/2024/Dec/1/llm-019/ Source: Simon Willison’s Weblog Title: LLM 0.19 Feedly Summary: LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and…
-
Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal
Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…