preparing new version

This commit is contained in:
João Moura
2024-02-13 02:57:21 -08:00
parent e55cee7372
commit 3ef502024d
2 changed files with 1 additions and 4 deletions

View File

@@ -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,