ancerlop commited on
Commit
a60f1bc
·
1 Parent(s): f1a99e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- prompt_template_text = " "
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}