Skip to content

Commit

Permalink
drop print
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancockio committed Jan 31, 2025
1 parent a8b43a7 commit 3731053
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crewai/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ def call(
# Remove None values from params
params = {k: v for k, v in params.items() if v is not None}

print("PARAMS FOR LLM CALL", params)

# --- 2) Make the completion call
response = litellm.completion(**params)
response_message = cast(Choices, cast(ModelResponse, response).choices)[
Expand Down

0 comments on commit 3731053

Please sign in to comment.