Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -423,13 +423,13 @@ with column2:
|
|
423 |
for index,prompts_ in enumerate(dictionary['every_prompt_with_val'][::-1]):
|
424 |
messages = []
|
425 |
|
426 |
-
for i_ in dictionary['every_prompt_with_val']:
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
|
434 |
if prompts_[-1]=="@working":
|
435 |
if index==0:
|
|
|
423 |
for index,prompts_ in enumerate(dictionary['every_prompt_with_val'][::-1]):
|
424 |
messages = []
|
425 |
|
426 |
+
# for i_ in dictionary['every_prompt_with_val']:
|
427 |
+
# if "@working" in i_[-1]:
|
428 |
+
# messages.append({"role":"user","content":i_[0]})
|
429 |
+
# # messages.append({"role":"assistant","content":dictionary['every_prompt_with_val'][i_][1]})
|
430 |
+
# else:
|
431 |
+
# messages.append({"role":"user","content":i_[0]})
|
432 |
+
# messages.append({"role":"assistant","content":i_[1]})
|
433 |
|
434 |
if prompts_[-1]=="@working":
|
435 |
if index==0:
|