Drop unsupported parameters for providers.
This commit is contained in:
@@ -64,6 +64,8 @@ class LiteLLMProvider(LLMProvider):
|
||||
|
||||
# Disable LiteLLM logging noise
|
||||
litellm.suppress_debug_info = True
|
||||
# Drop unsupported parameters for providers (e.g., gpt-5 rejects some params)
|
||||
litellm.drop_params = True
|
||||
|
||||
async def chat(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user