Class: Lluminary::Models::Google::Gemini20Flash
- Defined in:
- lib/lluminary/models/google/gemini_20_flash.rb
Constant Summary collapse
- NAME =
"gemini-2.0-flash"
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#compatible_with?(provider_name) ⇒ Boolean
9 10 11 |
# File 'lib/lluminary/models/google/gemini_20_flash.rb', line 9 def compatible_with?(provider_name) provider_name == :google end |
#name ⇒ Object
13 14 15 |
# File 'lib/lluminary/models/google/gemini_20_flash.rb', line 13 def name NAME end |