diff --git a/async-openai/src/types/responses.rs b/async-openai/src/types/responses.rs index 4e0eeec7..3a50faf9 100644 --- a/async-openai/src/types/responses.rs +++ b/async-openai/src/types/responses.rs @@ -281,7 +281,7 @@ pub struct CreateResponse { /// An integer between 0 and 20 specifying the number of most likely tokens to return /// at each token position, each with an associated log probability. #[serde(skip_serializing_if = "Option::is_none")] - pub top_logprobs: Option, // TODO add validation of range + pub top_logprobs: Option, // TODO add validation of range /// An alternative to sampling with temperature, called nucleus sampling, /// where the model considers the results of the tokens with top_p probability