You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS's Bedrock runtime does not accept the following parameters, however they are still being passed to the LM at some point: n and max_tokens
At what point is this being done? I haven't specified either value in my code which uses DSPy.
Here's the full error from boto3:
ValidationException: An error occurred (ValidationException) when calling the InvokeModel operation: Malformed input request: #: extraneous key [max_tokens] is not permitted#: extraneous key [n] is not permitted, please reformat your input and try again.