-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLM should default to logging to SQLite #68
Comments
There's already a |
Relevant code: Lines 249 to 254 in 1bdb2e7
|
Need to update the documentation around this too. |
Setting the default model looks like this:
For disabling and enabling logs I'm going to go with:
|
I feel like there should be a way to tell the current status of logging too. Maybe: llm logs status Which could show not just the on/off state but also the size of the DB and number of records in it. |
I just need the |
Currently you have to remember to run
llm init-db
first - but I think runningllm logs
may create that database as a side effect?It should log by default, and provide an option for turning logging off using the same mechanism as:
TODO
--log
option for turning on logging for a specific promptThe text was updated successfully, but these errors were encountered: