Skip to content

Commit aa90344

Browse files
committed
Update changelog.
1 parent c3a508e commit aa90344

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
### Features
44

5-
*
5+
* The 'llm' library is now a default dependency not installed on demand.
6+
* The `\llm` command now has three modes. Succinct, Regular and Verbose.
7+
8+
Succinct = `\llm-` - This will return just the sql query. No explanation.
9+
Regular = `\llm` - This will return just the sql query and the explanation.
10+
Verbose = `\llm+` - This will print the prompt sent to the LLM and the sql query and the explanation.
611

712
### Bug Fixes
813

0 commit comments

Comments
 (0)