Skip to content

Conversation

@arnavsinghvi11
Copy link
Collaborator

default behavior to suppress litellm logs to avoid logging for every dspy.LM call.

related to #1619 and BerriAI/litellm#5598 (comment)

launch_kwargs: Optional[Dict[str, Any]] = None,
callbacks: Optional[List[BaseCallback]] = None,
num_retries: int = 3,
suppress_debug_info: bool = True,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove this since it doesn't actually control things, i.e. users can't do dspy.configure() and get suppress to turn off

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after dealing with this one way or another feel free to merge :D

@arnavsinghvi11 arnavsinghvi11 merged commit 08d9ece into main Nov 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants