-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Release notes for 0.4 #28
Comments
Make sure to mention this as the upgrade path:
|
Changelog now lives here: https://llm.datasette.io/en/latest/changelog.html |
Continue previous chatYou can now use Use the new llm "Pretend to be a witty gerbil, say hi briefly"
llm "What do you think of snacks?" -c
The To continue a different chat, pass an integer ID to the Thanks Amjith Ramanujam for contributing to this feature. #6 |
Need to talk about the new location of |
New |
Documentation now spans multiple pages and lives at https://llm.datasette.io/ #21 |
New mechanism for storing API keysAPI keys for language models such as those by OpenAI can now be saved using the new To set the default key to be used for the OpenAI APIs, run this: llm keys set openai Then paste in your API key. Keys can also be passed using the new See link-to-docs for more. #13 |
|
New location for the log.db databaseThe llm logs path On macOS this is To open that database using Datasette, run this: datasette "$(llm logs path)" You can upgrade your existing installation by copying your database to the new location like this: cp ~/.llm/log.db "$(llm logs path)"
rm -rf ~/.llm # To tidy up the now obsolete directory The database schema has changed, and will be updated automatically the first time you run the command. That schema is included in the documentation. #35 |
No description provided.
The text was updated successfully, but these errors were encountered: