Spaces:
Sleeping
Sleeping
Rename multiagents.py to multiagents_old.py
Browse files
multiagents.py → multiagents_old.py
RENAMED
|
@@ -41,6 +41,8 @@ openai_41mini_model = OpenAIServerModel(
|
|
| 41 |
)
|
| 42 |
|
| 43 |
|
|
|
|
|
|
|
| 44 |
def check_final_answer(final_answer, agent_memory) -> bool:
|
| 45 |
"""
|
| 46 |
Check if the final answer is correct.
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
|
| 44 |
+
|
| 45 |
+
|
| 46 |
def check_final_answer(final_answer, agent_memory) -> bool:
|
| 47 |
"""
|
| 48 |
Check if the final answer is correct.
|