Docs for -t/--truncate, refs #16

This commit is contained in:
Simon Willison 2023-06-14 07:29:07 +01:00
parent eb0de619e9
commit d1db866d8e

View file

@ -95,6 +95,12 @@ Or `-n 0` to see everything that has ever been logged:
llm logs -n 0
You can truncate the displayed prompts and responses using the `-t/--truncate` option:
llm logs -n 5 -t
This is useful for finding a conversation that you would like to continue.
You can also use [Datasette](https://datasette.io/) to browse your logs like this:
datasette ~/.llm/log.db