Class: Lluminary::Models::Anthropic::Claude35Sonnet
- 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
Instance Method Details
#compatible_with?(provider_name) ⇒ 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 |