Class: Lluminary::Models::Bedrock::AnthropicClaudeInstantV1

Inherits:
Base show all
Defined in:
lib/lluminary/models/bedrock/anthropic_claude_instant_v1.rb

Constant Summary collapse

NAME =
"anthropic.claude-instant-v1"

Constants inherited from Base

Base::CONTEXT_WINDOWS, Base::VERSIONS

Instance Method Summary collapse

Methods inherited from Base

#default_context_window, #default_version, #name

Methods inherited from Lluminary::Models::Base

#format_prompt, #name

Instance Method Details

#compatible_with?(provider_name) ⇒ Boolean



11
12
13
# File 'lib/lluminary/models/bedrock/anthropic_claude_instant_v1.rb', line 11

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