datasette-llm 0.1a5
Release: datasette-llm 0.1a5
The llm_prompt_context() plugin hook wrapper mechanism now tracks prompts executed within a chain as well as one-off prompts, which means it can be used to track tool call loops. #5
Tags: llm, data…
Release: datasette-llm 0.1a5
The llm_prompt_context() plugin hook wrapper mechanism now tracks prompts executed within a chain as well as one-off prompts, which means it can be used to track tool call loops. #5
Tags: llm, data…
I want to argue that AI models will write good code because of economic incentives. Good code is cheaper to generate and maintain. Competition is high between the AI models right now, and the ones that win will help developers ship reliable featur…
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
Useful writeup of today’s supply chain attack against Axios, the HTTP client NPM package with 101 million weekly downloads. Versions 1.14.1 and 0.30.4 both included a new dependency…
Release: datasette-llm 0.1a4
Ability to configure different API keys for models based on their purpose – for example, set it up so enrichments always use gpt-5.4-mini with an API key dedicated to that purpose. #4
I released llm-echo 0.3 to…
Release: llm-all-models-async 0.1
LLM plugins can define new models in both sync and async varieties. The async variants are most common for API-backed models – sync variants tend to be things that run the model directly within the plugin.
My …
Release: llm-echo 0.4
Prompts now have the input_tokens and output_tokens fields populated on the response.
Tags: llm
Release: llm-echo 0.3
Mechanisms for testing tool calls. #3
Mechanism for testing raw responses. #4
New echo-needs-key model for testing model key logic. #7
Tags: llm
Release: datasette-files 0.1a3
I’m working on integrating datasette-files into other plugins, such as datasette-extract. This necessitated a new release of the base plugin.
owners_can_edit and owners_can_delete configuration options, plus th…
Note that the main issues that people currently unknowingly face with local models mostly revolve around the harness and some intricacies around model chat templates and prompt construction. Sometimes there are even pure inference bugs. From typin…