Class: Lluminary::Models::Google::Gemini20Flash

Inherits:
Base
  • Object
show all
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

#format_prompt

Instance Method Details

#compatible_with?(provider_name) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/lluminary/models/google/gemini_20_flash.rb', line 9

def compatible_with?(provider_name)
  provider_name == :google
end

#nameObject



13
14
15
# File 'lib/lluminary/models/google/gemini_20_flash.rb', line 13

def name
  NAME
end