mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
preparing new version
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user