Module: RubyConversations::Concerns::LlmCredentials

Extended by:
ActiveSupport::Concern
Included in:
RubyConversations::ConversationManager
Defined in:
lib/ruby_conversations/concerns/llm_credentials.rb

Overview

Handles the management of LLM credentials for AI conversations. Provides methods for configuring LLM credentials from either environment variables or an AWS credential provider.

Defined Under Namespace

Modules: CredentialHelpers

Instance Method Summary collapse

Instance Method Details

#configure_llm_credentialsObject



51
52
53
# File 'lib/ruby_conversations/concerns/llm_credentials.rb', line 51

def configure_llm_credentials
  self.class.configure_llm_credentials
end