ChangranHuuu commited on
Commit
d14aa78
·
verified ·
1 Parent(s): 05ea985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def get_answers_func(user_query, model_name_input):
118
  results_without_cheatsheet = model.advanced_generate(
119
  approach_name="DynamicCheatsheet_Cumulative",
120
  input_txt=user_query,
121
- cheatsheet="(empty)",
122
  generator_template=GENERATOR_PROMPT,
123
  cheatsheet_template=CURATOR_PROMPT,
124
  temperature=0.1,
 
118
  results_without_cheatsheet = model.advanced_generate(
119
  approach_name="DynamicCheatsheet_Cumulative",
120
  input_txt=user_query,
121
+ cheatsheet="",
122
  generator_template=GENERATOR_PROMPT,
123
  cheatsheet_template=CURATOR_PROMPT,
124
  temperature=0.1,