struct OpenAI::Usage
- OpenAI::Usage
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
open_ai/models/model.crConstructors
- .new(total_tokens : Int64, prompt_tokens : Int64, completion_tokens : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(total_tokens : Int64, prompt_tokens : Int64, completion_tokens : Int64)
#