struct
AI::Google::ImageConfig
- AI::Google::ImageConfig
- Struct
- Value
- Object
Overview
Configuration for the Google image model.
Defined in:
ai/google/google_generative_ai_image_model.crConstructors
Instance Method Summary
- #base_url : String
- #current_date : Proc(Time) | Nil
- #headers : Proc(Hash(String, String)) | Nil
- #provider : String
Constructor Detail
def self.new(provider : String, base_url : String, headers : Proc(Hash(String, String)) | Nil = nil, current_date : Proc(Time) | Nil = nil)
#