Class: RubyAmazonBedrock::PayloadBuilders::Meta::Llama270bChatV1
- Defined in:
- lib/bedrock_runtime/payload_builders/meta/llama270b_chat_v1.rb
Overview
Llama270bChatV1 is a subclass of Base. It provides functionalities specific to the Meta Llama 2 Chat 70B model.
for more information about the Meta model.
Instance Method Summary collapse
-
#model_id ⇒ String
Returns the model ID for the Meta Llama 2 Chat 70B model.
Methods inherited from Base
Methods inherited from Base
#build, #initialize, #parameters, #type
Constructor Details
This class inherits a constructor from RubyAmazonBedrock::PayloadBuilders::Base
Instance Method Details
#model_id ⇒ String
Returns the model ID for the Meta Llama 2 Chat 70B model.
15 16 17 |
# File 'lib/bedrock_runtime/payload_builders/meta/llama270b_chat_v1.rb', line 15 def model_id 'meta.llama2-70b-chat-v1' end |