We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a4d4b commit fab72b7Copy full SHA for fab72b7
1 file changed
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
* Replace sqlite3 library with [sqlean](https://antonz.org/sqlean/). It's a drop-in replacement for sqlite3.
6
* 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.
13
14
### Bug Fixes
15
0 commit comments