Spaces:
Sleeping
Sleeping
Update third.py
Browse files
third.py
CHANGED
|
@@ -73,7 +73,8 @@ async def main(editable_output2, keyword_id):
|
|
| 73 |
response_content = raw_output
|
| 74 |
research_results.append(response_content)
|
| 75 |
else:
|
| 76 |
-
|
|
|
|
| 77 |
|
| 78 |
# Prepare the system message
|
| 79 |
system_message = {
|
|
|
|
| 73 |
response_content = raw_output
|
| 74 |
research_results.append(response_content)
|
| 75 |
else:
|
| 76 |
+
index = executed_instructions.index(instruction)
|
| 77 |
+
response_content = research_results[index]
|
| 78 |
|
| 79 |
# Prepare the system message
|
| 80 |
system_message = {
|