Drop unsupported parameters for providers.
This commit is contained in:
parent
9d5b227408
commit
d7b72c8f83
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user