Class: RubyAmazonBedrock::PayloadBuilders::Meta::Llama213bChatV1

Inherits:
Base
  • Object
show all
Defined in:
lib/bedrock_runtime/payload_builders/meta/llama213b_chat_v1.rb

Overview

Llama213bChatV1 is a subclass of Base. It provides functionalities specific to the Meta Llama 2 Chat 13B model.

for more information about the Meta model.

Instance Method Summary collapse

Methods inherited from Base

#build, #parameters

Methods inherited from Base

#build, #initialize, #parameters, #type

Constructor Details

This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base

Instance Method Details

#model_idString

Returns the model ID for the Meta Llama 2 Chat 13B model.

Returns:

  • (String)

    ‘meta.llama2-13b-chat-v1’



17
18
19
# File 'lib/bedrock_runtime/payload_builders/meta/llama213b_chat_v1.rb', line 17

def model_id
  'meta.llama2-13b-chat-v1'
end