Merging upstream version 1.14.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b87d920aaa
commit
51881c9ebd
4 changed files with 27 additions and 8 deletions
|
@ -444,7 +444,7 @@ class LiteCli(object):
|
|||
if special.is_llm_command(text):
|
||||
try:
|
||||
start = time()
|
||||
cur = self.sqlexecute.conn.cursor()
|
||||
cur = self.sqlexecute.conn and self.sqlexecute.conn.cursor()
|
||||
context, sql = special.handle_llm(text, cur)
|
||||
if context:
|
||||
click.echo(context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue