Skip to content

Commit fab72b7

Browse files
committed
Update changelog.
1 parent e3a4d4b commit fab72b7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
* Replace sqlite3 library with [sqlean](https://antonz.org/sqlean/). It's a drop-in replacement for sqlite3.
66
* Add support for `.output` to write the results to a file.
7+
* The 'llm' library is now a default dependency not installed on demand.
8+
* The `\llm` command now has three modes. Succinct, Regular and Verbose.
9+
10+
Succinct = `\llm-` - This will return just the sql query. No explanation.
11+
Regular = `\llm` - This will return just the sql query and the explanation.
12+
Verbose = `\llm+` - This will print the prompt sent to the LLM and the sql query and the explanation.
713

814
### Bug Fixes
915

0 commit comments

Comments
 (0)