Skip to content

Commit 394c211

Browse files
author
Zvi Fried
committed
remove comments
1 parent a3b2227 commit 394c211

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mcp_as_a_judge/llm/llm_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
from mcp_as_a_judge.core.logging_config import get_logger
2121
from mcp_as_a_judge.llm.llm_integration import LLMConfig, LLMVendor
2222

23-
# Configure LiteLLM to handle parameter restrictions and suppress warnings
2423
litellm.drop_params = True
2524
litellm.suppress_debug_info = True
26-
# Suppress Pydantic serialization warnings from LiteLLM
2725
litellm.set_verbose = False
2826

2927
# Set up logger

0 commit comments

Comments
 (0)