Ashhar
commited on
Commit
·
557b97f
1
Parent(s):
35b0fd8
logging format
Browse files
app.py
CHANGED
@@ -220,7 +220,7 @@ User Query: {user_query}
|
|
220 |
"""
|
221 |
|
222 |
prompt_tokens = __countTokens(prompt)
|
223 |
-
pprint(f"[{MODEL}] Prompt tokens for SQL generation: {prompt_tokens}")
|
224 |
|
225 |
# Debug prompt in a Streamlit expander for better organization
|
226 |
with st.expander("Debug: Prompt Generation"):
|
|
|
220 |
"""
|
221 |
|
222 |
prompt_tokens = __countTokens(prompt)
|
223 |
+
pprint(f"\n[{MODEL}] Prompt tokens for SQL generation: {prompt_tokens}")
|
224 |
|
225 |
# Debug prompt in a Streamlit expander for better organization
|
226 |
with st.expander("Debug: Prompt Generation"):
|