Class: LLMed::LLM::Anthropic

Inherits:
OpenAI
  • Object
show all
Defined in:
lib/llm.rb

Constant Summary

Constants inherited from OpenAI

OpenAI::DEFAULT_URI_BASE, OpenAI::MAX_TOKENS

Instance Attribute Summary

Attributes inherited from OpenAI

#llm

Instance Method Summary collapse

Methods inherited from OpenAI

#chat, #initialize, #model, #source_code

Constructor Details

This class inherits a constructor from LLMed::LLM::OpenAI

Instance Method Details

#provider ⇒ Object



98
99
100
# File 'lib/llm.rb', line 98

def provider
  :anthropic
end