We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b2227 commit 394c211Copy full SHA for 394c211
src/mcp_as_a_judge/llm/llm_client.py
@@ -20,10 +20,8 @@
20
from mcp_as_a_judge.core.logging_config import get_logger
21
from mcp_as_a_judge.llm.llm_integration import LLMConfig, LLMVendor
22
23
-# Configure LiteLLM to handle parameter restrictions and suppress warnings
24
litellm.drop_params = True
25
litellm.suppress_debug_info = True
26
-# Suppress Pydantic serialization warnings from LiteLLM
27
litellm.set_verbose = False
28
29
# Set up logger
0 commit comments