From 3ef502024d0ec73740e6302dc91319dbc8da40e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 13 Feb 2024 02:57:21 -0800 Subject: [PATCH] preparing new version --- pyproject.toml | 2 +- src/crewai/tools/tool_usage.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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,