Last active
August 23, 2025 11:55
-
-
Save MaxGhenis/0627c65ae28ca0cf2674ddfbd817c85b to your computer and use it in GitHub Desktop.
Expected Parrot EDSL: n parameter not implemented (accepts but ignores)
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makes sense! Just on OpenAI and Gemini:
nn: integer, Optional, Defaults to 1. How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices.ncandidateCountcandidateCount: integer, Optional. The number of response variations to return. For each request, you're charged for the output tokens of all candidates, but are only charged once for the input tokens.Range: 1-8 for Gemini 2.0+nparameter. The Messages API only returns a single response per request.nparameter documented in their completions endpoint.nn: integer or null, Optional, default: 1. Note that at the current moment, only n=1 is supported.nparameter in chat completions.nequivalent