You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ap.add_argument("--server", help="Server mode. Disable any audio functionality, serve a RESTful spaCy API and become a Twitter integrated chatbot.", metavar="REG_KEY")
660
660
ap.add_argument("-p", "--port", help="Port number for server mode.", default="3301", metavar="PORT")
661
661
ap.add_argument("--version", help="Display the version number of Dragonfire.", action="store_true")
662
-
ap.add_argument("--sqlite", help="Use SQLite as the database engine.", action="store_true")
662
+
ap.add_argument("--db", help="Specificy the database engine for the knowledge base of learning feature. Values: 'mysql' for MySQL, 'sqlite' for SQLite. Default database engine is SQLite.", action="store", type=str)
0 commit comments