Simon Willison
Simon Willison
This is a little confusing.
- #716 TODO: - [x] Documentation for `execute()` plugin authors (which is not yet implemented yet) - [ ] Handle model `.execute()` methods that yield `Chunk` in addition to `str`...
Need to test this before merging it.
 This happens on more recent versions of Datasette that don't show the full count. Easiest fix is to show "Showing 1,000 of >10,000".
I disabled this as part of: - #163 Because my TIL website now uses `sqlite-vec` and that breaks in the environment used here. Need to do some extra work to...
Split from: - #163 I'd like this to be less risky. The way it worked before kept hitting GitHub rate limits (and had an annoying bug where badge URLs often...
 This table has more than 10,001 items, but Datasette shows the truncated count here.
I got this error running `mlx-vlm` like this: ```bash uv run \ --with mlx-vlm \ python -m mlx_vlm.generate \ --model mlx-community/SmolVLM-Instruct-bf16 \ --max-tokens 500 \ --temp 0.5 \ --prompt "Describe...
https://llm.datasette.io/en/stable/plugins/advanced-model-plugins.html#supporting-tools  In my local dev environment it looks like this: 