diff --git a/pyproject.toml b/pyproject.toml index 9851dff26..0610bd73d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "crewai" -version = "0.10.0" +version = "0.11.0" description = "Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks." authors = ["Joao Moura "] readme = "README.md" diff --git a/src/crewai/tools/tool_usage.py b/src/crewai/tools/tool_usage.py index dcd6d724e..5c1de4041 100644 --- a/src/crewai/tools/tool_usage.py +++ b/src/crewai/tools/tool_usage.py @@ -184,9 +184,6 @@ class ToolUsage: llm = self.function_calling_llm or self.llm if (isinstance(llm, ChatOpenAI)) and (llm.openai_api_base == None): - print("CARALHOooooooooooo") - print(llm) - print("CARALHOooooooooooo") client = instructor.patch( llm.client._client, mode=instructor.Mode.FUNCTIONS,