struct
Memo::ServiceProvider::Info
- Memo::ServiceProvider::Info
- Struct
- Value
- Object
Overview
Service configuration information
Defined in:
memo/service_provider.crConstructors
Instance Method Summary
- #base_url : String | Nil
- #created_at : Time
- #dimensions : Int32
- #format : String
- #id : Int64
- #is_default? : Bool
- #max_tokens : Int32
- #model : String
- #name : String
- #tokens_per_byte : Float64
Constructor Detail
def self.new(id : Int64, name : String, format : String, base_url : String | Nil, model : String, dimensions : Int32, max_tokens : Int32, tokens_per_byte : Float64, is_default : Bool, created_at : Time)
#