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 2fe9a04 commit aabaacaCopy full SHA for aabaaca
manager.py
@@ -116,7 +116,7 @@ def __init__(self, db_manager: Sqlite3Manager):
116
import pytgpt.auto as auto
117
except ImportError:
118
raise Exception(
119
- "Looks like pytgpt isn't installed. Reistall it before using TextToSql - "
+ "Looks like pytgpt isn't installed. Install it before using TextToSql - "
120
'"pip install python-tgpt"'
121
)
122
self.ai = auto.AUTO(update_file=False)
0 commit comments