Skip to content
Snippets Groups Projects
Commit 48d1e94d authored by Ryan Melvin's avatar Ryan Melvin
Browse files

there are 4 values!

parent fd36e0ca
No related branches found
No related tags found
1 merge request!2Docker db secrets
......@@ -171,7 +171,7 @@ with st.form(key="query_form"):
cursor = conn.cursor()
query = """
INSERT INTO [DS_apps].[dbo].[mpog_helper] (user_input, llm_response, request_sent, response_received)
VALUES (?, ?, ?)
VALUES (?, ?, ?, ?)
"""
current_time = datetime.datetime.now()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment