Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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,
|