mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
preparing new version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "crewai"
|
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."
|
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 <joao@crewai.com>"]
|
authors = ["Joao Moura <joao@crewai.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
@@ -184,9 +184,6 @@ class ToolUsage:
|
|||||||
llm = self.function_calling_llm or self.llm
|
llm = self.function_calling_llm or self.llm
|
||||||
|
|
||||||
if (isinstance(llm, ChatOpenAI)) and (llm.openai_api_base == None):
|
if (isinstance(llm, ChatOpenAI)) and (llm.openai_api_base == None):
|
||||||
print("CARALHOooooooooooo")
|
|
||||||
print(llm)
|
|
||||||
print("CARALHOooooooooooo")
|
|
||||||
client = instructor.patch(
|
client = instructor.patch(
|
||||||
llm.client._client,
|
llm.client._client,
|
||||||
mode=instructor.Mode.FUNCTIONS,
|
mode=instructor.Mode.FUNCTIONS,
|
||||||
|
|||||||
Reference in New Issue
Block a user