Commit Graph

3485 Commits (a7c1c2bcb2575ae24da0aae98789aa699957f096)
 

Author SHA1 Message Date
Kye 6b4845ab74 clean up for boss node
2 years ago
Kye 9772be0c48 no max iters
2 years ago
Kye 54cfdb2f05 no max iters
2 years ago
Kye 0ad9863705 In this updated code, I've removed the verbose parameter from BossNode and BabyAGI.from_llm as it's not mentioned in the BabyAGI setup code you shared. I've also removed the assert isinstance(llm, dict) check, as llm is expected to be an instance of OpenAI or a similar class, not a dictionary.
2 years ago
Kye 3cf1ff8206 In this updated code, I've removed the verbose parameter from BossNode and BabyAGI.from_llm as it's not mentioned in the BabyAGI setup code you shared. I've also removed the assert isinstance(llm, dict) check, as llm is expected to be an instance of OpenAI or a similar class, not a dictionary.
2 years ago
Kye 97af51f136 clean up run swarms
2 years ago
Kye 059ca8367e clean up run swarms
2 years ago
Kye f61232cd98 error handling for bossnode
2 years ago
Kye 474e93f7c4 error handling for bossnode
2 years ago
Kye 7264a5d9f5 no verbose
2 years ago
Kye efc213eb3f no verbose
2 years ago
Kye 9470938eb0 worker tool node
2 years ago
Kye 1c757d119d worker tool node
2 years ago
Kye 8e48b2c074 clean up back to old tool logic
2 years ago
Kye c5dd1da5a2 clean up back to old tool logic
2 years ago
Kye 5a8a224df2 new tool style
2 years ago
Kye 6b3fba50ea new tool style
2 years ago
Kye abfb9a0096 workernode types
2 years ago
Kye b069672488 workernode types
2 years ago
Kye 53334f1bdd worker class clean up
2 years ago
Kye 04a5151343 worker class clean up
2 years ago
Kye 9eade30aa2 clean upg
2 years ago
Kye 351240078e clean upg
2 years ago
Kye f63dd2d87c new tool method
2 years ago
Kye 5e6fcceb6e new tool method
2 years ago
Kye eb27ac8762 type valudation for auto ap
2 years ago
Kye a0ae49a981 type valudation for auto ap
2 years ago
Kye e6318c47dd extensive logging for swarms and workernode
2 years ago
Kye f657a2e921 extensive logging for swarms and workernode
2 years ago
Kye 721b289cfd assetions
2 years ago
Kye 0ecfd58707 assetions
2 years ago
Kye 3cf1707875 typing
2 years ago
Kye 95e35a44ee typing
2 years ago
Kye f810988f1b types
2 years ago
Kye 9c1ed56b61 types
2 years ago
Kye 6e3d86f279 The root cause of this error is that the initialize_tools method in the Swarms class is passing an instance of OpenAI to the load_qa_with_sources_chain function, which then passes it to the LLMChain constructor. The LLMChain constructor expects a dictionary for the llm parameter, but it's receiving an instance of OpenAI instead.
2 years ago
Kye 4f79c604e8 The root cause of this error is that the initialize_tools method in the Swarms class is passing an instance of OpenAI to the load_qa_with_sources_chain function, which then passes it to the LLMChain constructor. The LLMChain constructor expects a dictionary for the llm parameter, but it's receiving an instance of OpenAI instead.
2 years ago
Kye a68c53c55d init llm clean up
2 years ago
Kye 08852720dd init llm clean up
2 years ago
Kye aefadb1245 openai class for run swarms
2 years ago
Kye 76094e5fd7 openai class for run swarms
2 years ago
Kye 2e4db3fced clean up
2 years ago
Kye 76281a0aa0 clean up
2 years ago
Kye e28384e17b chat history
2 years ago
Kye e0d3249506 chat history
2 years ago
Kye db0ea43909 no omni agent for now
2 years ago
Kye f018b344d8 no omni agent for now
2 years ago
Kye cc6ad042b0 no omni agent for now
2 years ago
Kye 1784e119a1 no omni agent for now
2 years ago
Kye 6f832086b9 yaml config
2 years ago