mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
4 lines
142 B
Ruby
4 lines
142 B
Ruby
OpenAI.configure do |config|
|
|
config.access_token = Rails.application.credentials.dig(:openai, :access_token)
|
|
config.log_errors = true
|
|
end
|