/*
* OpenAI API
*
* The OpenAI REST API. Please see pub https://platform.openai.com/docs/api-reference for more details.
*
* OpenAPI spec pub version: 2.3.0
*
* Generated pub by: https://github.com/swagger-api/swagger-codegen.git
*/
#[allow(unused_imports)]
use serde_json::Value;
// #[derive(Debug, Serialize, Deserialize)]
// pub struct TranscriptTextDeltaEventLogprobs {
// /// The bytes that were used to generate the log probability.
// #[serde(rename = "bytes")]
// pub bytes: Option<Vec<crate::models::Object>>,
// /// The log probability of the token.
// #[serde(rename = "logprob")]
// pub logprob: Option<f32>,
// /// The token that was used to generate the log probability.
// #[serde(rename = "token")]
// pub token: Option<String>
// }