Exception: LlmMetaClient::Exceptions::OllamaUnavailableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/llm_meta_client/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Ollama is not available in LLM service. Please contact the administrator.") ⇒ OllamaUnavailableError

Returns a new instance of OllamaUnavailableError.



4
5
6
# File 'lib/llm_meta_client/exceptions.rb', line 4

def initialize(msg = "Ollama is not available in LLM service. Please contact the administrator.")
  super(msg)
end