Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 634 Bytes

CreateCompletionResponseChoicesInnerLogprobs.md

File metadata and controls

24 lines (18 loc) · 634 Bytes

OpenapiClient::CreateCompletionResponseChoicesInnerLogprobs

Properties

Name Type Description Notes
text_offset Array<Integer> [optional]
token_logprobs Array<Float> [optional]
tokens Array<String> [optional]
top_logprobs Array<Hash<String, Integer>> [optional]

Example

require 'openapi_client'

instance = OpenapiClient::CreateCompletionResponseChoicesInnerLogprobs.new(
  text_offset: null,
  token_logprobs: null,
  tokens: null,
  top_logprobs: null
)