mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fixed core invoke loop logic and relevant tests (#1865)
* Fixed core invoke loop logic and relevant tests * Fix failing tests * Clean up final print statements * Additional clean up for PR review
This commit is contained in:
committed by
GitHub
parent
b3504e768c
commit
2131b94ddb
@@ -67,7 +67,6 @@ def create_llm(
|
||||
api_key=api_key,
|
||||
base_url=base_url,
|
||||
)
|
||||
print("LLM created with extracted parameters; " f"model='{model}'")
|
||||
return created_llm
|
||||
except Exception as e:
|
||||
print(f"Error instantiating LLM from unknown object type: {e}")
|
||||
|
||||
Reference in New Issue
Block a user