Module: ChatGptErrorHandler

Defined in:
lib/chat_gpt_error_handler.rb,
lib/chat_gpt_error_handler/engine.rb,
lib/chat_gpt_error_handler/version.rb,
lib/chat_gpt_error_handler/error_handler.rb,
app/jobs/chat_gpt_error_handler/application_job.rb,
app/models/chat_gpt_error_handler/application_record.rb,
app/helpers/chat_gpt_error_handler/application_helper.rb,
app/mailers/chat_gpt_error_handler/application_mailer.rb,
app/controllers/chat_gpt_error_handler/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, Engine, ErrorHandler

Constant Summary collapse

VERSION =
"0.2.3"
@@openai_access_token =

Default value for the openai_access_token, used when not explicitly set by the user

nil
@@enabled =

Default value to allow opting-in

false