struct
AI::OpenAI::OpenAIChatLogprob
- AI::OpenAI::OpenAIChatLogprob
- Struct
- Value
- Object
Overview
Logprob entry.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_api.crConstructors
- .new(token : String, logprob : Float64, top_logprobs : Array(OpenAIChatTopLogprob))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(token : String, logprob : Float64, top_logprobs : Array(OpenAIChatTopLogprob))
#