Update app.py
Browse files
app.py
CHANGED
@@ -119,8 +119,8 @@ def process_input(text, rag, prompt_template):
|
|
119 |
|
120 |
if not(rag):
|
121 |
rag_text = " "
|
122 |
-
if not(prompt_template):
|
123 |
-
|
124 |
|
125 |
prompt = f"""
|
126 |
{system_prompt}
|
|
|
119 |
|
120 |
if not(rag):
|
121 |
rag_text = " "
|
122 |
+
#if not(prompt_template):
|
123 |
+
# prompt_template_text = " "
|
124 |
|
125 |
prompt = f"""
|
126 |
{system_prompt}
|