mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-02 02:44:44 +00:00
Docs for -t/--truncate, refs #16
This commit is contained in:
parent
eb0de619e9
commit
d1db866d8e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue