Exception: LlmMetaClient::Exceptions::OllamaUnavailableError
- Inherits:
-
StandardError
- Object
- StandardError
- LlmMetaClient::Exceptions::OllamaUnavailableError
- Defined in:
- lib/llm_meta_client/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Ollama is not available in LLM service. Please contact the administrator.") ⇒ OllamaUnavailableError
constructor
A new instance of OllamaUnavailableError.
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 |