Exception: Ollama::RateLimitExhaustedError

Inherits:
RateLimitError show all
Defined in:
lib/ollama/errors.rb

Overview

Raised after every configured API key remains rate-limited through all retry cycles.

Instance Attribute Summary

Attributes inherited from HTTPError

#status_code

Instance Method Summary collapse

Methods inherited from HTTPError

#initialize

Constructor Details

This class inherits a constructor from Ollama::HTTPError

Instance Method Details

#retryable?Boolean

Returns:

  • (Boolean)


84
85
86
# File 'lib/ollama/errors.rb', line 84

def retryable?
  false
end