Class: LLMed::LLM::LikeOpenAI

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



111
112
113
# File 'lib/llm.rb', line 111

def provider
  :like_openai
end