Update gemini_sql_agent.py
Browse files- gemini_sql_agent.py +1 -1
gemini_sql_agent.py
CHANGED
@@ -27,7 +27,7 @@ app.config['SECRET_KEY'] = secrets.token_hex(32)
|
|
27 |
socketio = SocketIO(app, cors_allowed_origins="*")
|
28 |
|
29 |
# Set default DB
|
30 |
-
current_db_type = "
|
31 |
db = None
|
32 |
agent_executor = None
|
33 |
|
|
|
27 |
socketio = SocketIO(app, cors_allowed_origins="*")
|
28 |
|
29 |
# Set default DB
|
30 |
+
current_db_type = "sqlite"
|
31 |
db = None
|
32 |
agent_executor = None
|
33 |
|