AgileEduLabs
AgileEduLabs
## Description Transform the javascript FormData object based on the supplied override_params. Modified transformToProviderRequest.ts on line 235: ``` if (requestBody instanceof FormData) { if (typeof providerOptions.overrideParams === 'undefined') { return...
### What Happened? With `portkey.chat.completions.create`, we can provide `override_params` to the gateway to specify which model to use. The `model` parameter in `portkey.chat.completions.create` itself can be omitted since we specify...
### What Happened? If the guardrail checks as defined in the config fails (using output_guardrails, with deny set to true), then the portkey.chat.completions.create request immediately errors with a status of...