This commit is contained in:
oleh 2025-04-06 15:55:56 +02:00
parent 7e35793ca1
commit b7e6e352f4

View File

@ -44,8 +44,7 @@ def init_db():
role TEXT,
bio TEXT,
picture TEXT
);
);
"""
create_chat_history_query = """
CREATE TABLE IF NOT EXISTS chat_history (