module RubyLLM::Providers::Gemini::Capabilities
def supports_tuning?(model_id)
-
(Boolean)
- true if the model supports tuning
Parameters:
-
model_id
(String
) -- the model identifier
def supports_tuning?(model_id) model_id.match?(/gemini-1\.5-flash|gemini-1\.5-flash-8b/) end