We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a508e commit aa90344Copy full SHA for aa90344
CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
### Features
4
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.
11
12
### Bug Fixes
13
0 commit comments