Simon Willison

Results 768 issues of Simon Willison

This is a little confusing.

documentation
templates
fragments

- #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.

Full responses would be good to see.

enhancement

![Image](https://github.com/user-attachments/assets/f06948da-96f3-4f8c-ba7f-303731b3aaa5) 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".

bug

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...

content

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...

enhancement
ops

![Image](https://github.com/user-attachments/assets/2bb958fc-6b3e-483b-9c8d-f52bed053ca0) This table has more than 10,001 items, but Datasette shows the truncated count here.

bug

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 ![Image](https://github.com/user-attachments/assets/647fdc2b-7734-4910-9ca0-678e371cf43a) In my local dev environment it looks like this: ![Image](https://github.com/user-attachments/assets/d3648ea7-e55b-44b5-8054-13b06154fd18)

bug
documentation