Class: Lluminary::Models::Anthropic::Claude35Sonnet

Inherits:
Base
  • Object
show all
Defined in:
lib/lluminary/models/anthropic/claude_3_5_sonnet.rb

Constant Summary collapse

NAME =
"claude-3-5-sonnet-latest"

Instance Method Summary collapse

Methods inherited from Base

#format_prompt, #name

Instance Method Details

#compatible_with?(provider_name) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/lluminary/models/anthropic/claude_3_5_sonnet.rb', line 11

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