transcript high
Simon Willison's llm logs every prompt and response verbatim to a local SQLite database (logs.db) by default.
Where it lives
- macOS
~/Library/Application Support/io.datasette.llm/logs.db - Linux
~/.config/io.datasette.llm/logs.db - Windows
~/AppData/Roaming/io.datasette.llm/logs.db
What you can do
- Disable logging (llm logs off) or prune logs.db; run `llm logs path` to locate it.
Source: llm.datasette.io
config with secrets high
llm stores provider API keys in keys.json alongside its logs database.
Where it lives
- macOS
~/Library/Application Support/io.datasette.llm/keys.json - Linux
~/.config/io.datasette.llm/keys.json - Windows
~/AppData/Roaming/io.datasette.llm/keys.json
What you can do
- Keep keys.json off cloud sync; run `llm keys path` to locate it.
Source: llm.datasette.io
This describes where llm (Datasette) stores data. Metadata only, never your content. Confidence: likely. Spot a mistake? Tell us.