Open AshSourceTable opened 13 hours ago
According to the docs, seed is supported by Anthropic: https://docs.litellm.ai/docs/completion/input#translated-openai-params
However, calling acompletion:
litellm.acompletion(seed="12345", .... )
Results in the error:
litellm.UnsupportedParamsError: anthropic does not support parameters: {'seed': 12345}, for model=claude-3-5-sonnet-20241022. To drop these, set `litellm.drop_params=True` or for proxy: ...
No response
What happened?
According to the docs, seed is supported by Anthropic: https://docs.litellm.ai/docs/completion/input#translated-openai-params
However, calling acompletion:
Results in the error:
Relevant log output
No response
Twitter / LinkedIn details
No response