diff options
author | icebaker <icebaker@proton.me> | 2023-12-15 20:44:11 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-15 20:44:11 -0300 |
commit | 4c0182e088fc1ff53a4d49c88814cd4f0e89c72a (patch) | |
tree | 9c16b56e49b3fd3fbce3a6862739b04de8c90ce3 /components/providers/base.rb | |
parent | 37a39d9f74a47d3e11cb04669fd00168b2cdb68e (diff) |
upgrading gemini and fixing directive
Diffstat (limited to 'components/providers/base.rb')
-rw-r--r-- | components/providers/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/providers/base.rb b/components/providers/base.rb index 7a99833..0bea758 100644 --- a/components/providers/base.rb +++ b/components/providers/base.rb @@ -6,7 +6,7 @@ module NanoBot module Components module Providers class Base - def initialize(_settings, _credentials, _environment: {}) + def initialize(_options, _settings, _credentials, _environment: {}) raise NoMethodError, "The 'initialize' method is not implemented for the current provider." end |