Skip to content

Commit 96bb0c3

Browse files
Update Hybrid_RAG_Test_Vedant/gemini_sql_router.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d5eb49c commit 96bb0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hybrid_RAG_Test_Vedant/gemini_sql_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# --- Google API Key ---
1717
if "GOOGLE_API_KEY" not in st.session_state:
18-
st.session_state.GOOGLE_API_KEY = "AIzaSyCspBMYV1czz1VNdX0_8omL6j9RcR6TNzI"
18+
st.session_state.GOOGLE_API_KEY = ""
1919

2020
# --- Database Setup ---
2121
def setup_database():

0 commit comments

Comments
 (0)