datasette, llm

datasette-llm 0.1a4

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…

ai, Apple, News, openai, tech

You can now use ChatGPT with Apple’s CarPlay

ChatGPT is now accessible from your CarPlay dashboard if you have iOS 26.4 or newer and the latest version of the ChatGPT app, 9to5Mac reports. Apple’s recently launched iOS 26.4 update added support for “voice-based conversational apps” in CarPlay, opening the door to let you use AI chatbots with voice features through Apple’s in-car platform. […]

async, llm, python

llm-all-models-async 0.1

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 …

llm

llm 0.30

Release: llm 0.30

The register_models() plugin hook now takes an optional model_aliases parameter listing all of the models, async models and aliases that have been registered so far by other plugins. A plugin with @hookimpl(trylast=True) ca…

Scroll to Top