You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
/Users/brandon/Code/Rails/portal/config/initializers/eyeloupe.rb:6:in `block in <top (required)>': undefined method `openai_access_key=' for an instance of Eyeloupe::Configuration (NoMethodError)
The same thing happens for the next line:
/Users/brandon/Code/Rails/portal/config/initializers/eyeloupe.rb:6:in `block in <top (required)>': undefined method `openai_model=' for an instance of Eyeloupe::Configuration (NoMethodError)
And for the last line:
/Users/brandon/Code/Rails/portal/config/initializers/eyeloupe.rb:7:in `block in <top (required)>': undefined method `database=' for an instance of Eyeloupe::Configuration (NoMethodError)
When trying to start up Rails with almost the same configuration as the README
I get the following error:
The same thing happens for the next line:
And for the last line: